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 UnitUnit. find(String nameOrCode)static UnitUnit. 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 UnitSRSInfo. getUnit()static UnitSridLookupTable. getUnitFromCode(String code)static UnitSridLookupTable. getUnitFromName(String name)Methods in org.openjump.core.ccordsys.utils with parameters of type Unit Modifier and Type Method Description SRSInfoSRSInfo. setUnit(Unit unit)
-