DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnitsList.Fix | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// C# public ITGIS_CSUnits Fix( int _epsg, WideString _wkt, WideString _symbol, TGIS_CSUnitsType _type, double _factor );
' VisualBasic Public Function Fix( ByVal _epsg As Integer, ByVal _wkt As WideString, ByVal _symbol As WideString, ByVal _type As TGIS_CSUnitsType, ByVal _factor As Double ) As ITGIS_CSUnits
// Oxygene public function Fix( _epsg : Integer; _wkt : WideString; _symbol : WideString; _type : TGIS_CSUnitsType; _factor : Double ) : ITGIS_CSUnits;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | WideString | WKT name for the unit |
_symbol | WideString | 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. |
Type | Description |
---|---|
ITGIS_CSUnits | Fixed object. |