Uses of Class
org.openjump.core.ccordsys.Unit
-
Packages that use Unit Package Description org.openjump.core.ccordsys org.openjump.core.ccordsys.utils -
-
Uses of Unit in org.openjump.core.ccordsys
Methods in org.openjump.core.ccordsys that return Unit Modifier and Type Method Description static Unit
Unit. find(String nameOrCode)
static Unit
Unit. valueOf(String name)
Returns the enum constant of this type with the specified name.static Unit[]
Unit. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Unit in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that return Unit Modifier and Type Method Description Unit
SRSInfo. getUnit()
static Unit
SridLookupTable. getUnitFromCode(String code)
static Unit
SridLookupTable. getUnitFromName(String name)
Methods in org.openjump.core.ccordsys.utils with parameters of type Unit Modifier and Type Method Description SRSInfo
SRSInfo. setUnit(Unit unit)
-