DK11 for Java | tatukgis.jdk.TGIS_CSUnits.Create | Overloads | Constructors | Methods | Properties
Create an instance.
// Java public TGIS_CSUnits( int _epsg, java.lang.String _wkt, java.lang.String _symbol, TGIS_CSUnitsType _type, double _factor );
// Oxygene public constructor ( _epsg : Integer; _wkt : String; _symbol : String; _type : TGIS_CSUnitsType; _factor : Double );
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | java.lang.String String | WKT name for the unit |
_symbol | java.lang.String String | units symbol like 'km', 'm' |
_type | TGIS_CSUnitsType | angular, linear or areal units |
_factor | double Double | factor between unit and basic unit (meter or radians); for example factor for kilometer is 1000. |