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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.