Uses of Enum
org.openjump.core.ccordsys.Unit
Packages that use Unit
-
Uses of Unit in org.openjump.core.ccordsys
Subclasses with type arguments of type Unit in org.openjump.core.ccordsysModifier and TypeClassDescriptionenumList of UOM is created from ESG database with the following code : SELECT rpad(upper(regexp_replace(unit_of_meas_name,'[ ''\\(\\)-]+','_','g')), 16) || '(' || rpad('"' || unit_of_meas_name || '"', 32, ' ') || ', ' || uom_code::text || ', ' || rpad(upper(unit_of_meas_type), 6) || ', ' || rpad((coalesce(factor_b,0)/coalesce(factor_c,1))::text, 21, ' ') || ', ' || '"m"' || '),' FROM epsg_unitofmeasure WHERE deprecated = 0 AND unit_of_meas_type IN ('length','angle') AND uom_code > 9000 ORDER BY uom_code Some handwriting reformatting/correction are necessary though Some abbreviations have been found in http://w3.energistics.org/uom/poscUnits22.xmlMethods in org.openjump.core.ccordsys that return Unit -
Uses of Unit in org.openjump.core.ccordsys.utils
Methods in org.openjump.core.ccordsys.utils that return UnitModifier and TypeMethodDescriptionSRSInfo.getUnit()static UnitSridLookupTable.getUnitFromCode(String code) static UnitSridLookupTable.getUnitFromName(String name) Methods in org.openjump.core.ccordsys.utils with parameters of type Unit