DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnits | Interfaces | Methods | Properties
Unit of measurement (linear, angular or areal)
// C# public interface ITGIS_CSUnits: ITGIS_CSAbstract { }
' VisualBasic Public Interface ITGIS_CSUnits Implements ITGIS_CSAbstract End Class
// Oxygene type ITGIS_CSUnits = public interface( ITGIS_CSAbstract ) end;
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 | Copy content of the provided object into a current object (Inherited from ITGIS_CSAbstract) |
|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
AutoSelect | public | Returned the most appropriate sub unit for selected value. | |
Create_ | public | Create an instance of automatic units | |
Create_2 | public | Create an instance. | |
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
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 ITGIS_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 ITGIS_CSAbstract) |
|
DescriptionEx | public | Descriptive name; for internal use of TGIS_CSAbstractListHelper. (Inherited from ITGIS_CSAbstract) |
|
Description_ | public | Additional description. (Inherited from ITGIS_CSAbstract) |
|
EPSG | public | EPSG code. (Inherited from ITGIS_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 ITGIS_CSAbstract) |
|
MasterEPSG | public | EPSG code of the object for which current object is an alias. (Inherited from ITGIS_CSAbstract) |
|
Symbol | public | Symbolic name. | |
UnitsType | public | Type of units: angular, linear, areal. | |
WKT | public | WKT name. (Inherited from ITGIS_CSAbstract) |
|