public class IlvGeotiffUnitDictionnary extends Object
Modifier and Type | Method and Description |
---|---|
static IlvAngularUnit |
getAngularUnit(int unitCode)
Returns the predefined TIFF unit for a specific code.
|
static IlvLinearUnit |
getLinearUnit(int unitCode)
Returns the predefined TIFF unit for a specific code.
|
public static IlvAngularUnit getAngularUnit(int unitCode) throws IOException
unitCode
- The valid TIFF angular unit code (from 9101 to 9106).IOException
- if the unit is not a valid TIFF Linear unitpublic static IlvLinearUnit getLinearUnit(int unitCode) throws IOException
unitCode
- The valid TIFF linear unit code (from 9001 to 9015).IOException
- if the unit is not a valid TIFF Linear unit© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.