DK for Java | tatukgis.jdk.TGIS_CSUnits | Classes | Constructors | Methods | Properties
Unit of measurement (linear, angular or areal)
// Java public class TGIS_CSUnits extends TGIS_CSAbstract { };
// Oxygene type TGIS_CSUnits = public class( TGIS_CSAbstract ) end;
→ TGIS_Object → TGIS_CSAbstract
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_CSUnits() | public | Standard constructor. (Overrides TGIS_CSAbstract.TGIS_CSAbstract()) |
|
| TGIS_CSUnits(int, java.lang.String) | public | Create an instance. (Inherited from TGIS_CSAbstract) |
|
| TGIS_CSUnits(int, java.lang.String, int[]) | public | Create an instance of automatic units | |
| TGIS_CSUnits(int, java.lang.String, java.lang.String, TGIS_CSUnitsType, double) | public | Create an instance. | |
| Name | Visibility | Description | |
|---|---|---|---|
| AsAngular | public | Convert units as annular to string representation with proper units symbol. | |
| AsAreal | public | Convert units as areal to string representation with proper units symbol. | |
| AsLinear | public | Convert units as linear to string representation with proper units symbol. | |
| Assign | public | Standard constructor. (Overrides TGIS_CSAbstract.Assign) |
|
| AutoSelect | public | Returned the most appropriate sub unit for selected value. | |
| FromBase | public | Convert value provided in basic unit (meter or radians) into the value represented by current unit. | |
| FromUnits | public | Convert value provided in current unit into basic unit (meter or radians) . | |
| MarkDeprecated | public | Set object depreciation state. (Inherited from TGIS_CSAbstract) |
|
| ToBase | public | Convert value provided in current unit into basic unit (meter or radians) . | |
| ToUnits | public | Convert value provided in basic unit (meter or radians) into the value represented by current unit. | |
| Name | Visibility | Description | |
|---|---|---|---|
| Deprecated | public | If true, then object is deprecated. (Inherited from TGIS_CSAbstract) |
|
| Description | public | Additional description. (Inherited from TGIS_CSAbstract) |
|
| DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from TGIS_CSAbstract) |
|
| EPSG | public | EPSG code. (Inherited from TGIS_CSAbstract) |
|
| Factor | public | Factor between unit and basic unit (meter or radians); for example factor for kilometer is 1000. | |
| FriendlyName | public | Friendly name constructed based on WKT (without underscores) and EPSG. (Inherited from TGIS_CSAbstract) |
|
| MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from TGIS_CSAbstract) |
|
| Symbol | public | Symbolic name. | |
| UnitsType | public | Type of units: angular, linear, areal. | |
| WKT | public | WKT name. (Inherited from TGIS_CSAbstract) |
|