DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSPrimeMeridianList.Prepare | Methods | Properties
Prepare a projected Coordinate System object. If the matching object does not exists then will be added to the list and returned. If the object can be found then it will be returned form the list.
// C# public ITGIS_CSPrimeMeridian Prepare( int _epsg, WideString _wkt, double _longitude );
' VisualBasic Public Function Prepare( ByVal _epsg As Integer, ByVal _wkt As WideString, ByVal _longitude As Double ) As ITGIS_CSPrimeMeridian
// Oxygene public function Prepare( _epsg : Integer; _wkt : WideString; _longitude : Double ) : ITGIS_CSPrimeMeridian;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the Prime Meridian; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | WideString | WKT name for the Prime Meridian |
_longitude | double Double | Longitude of Prime Meridian in radians; relative to Greenwich |
Type | Description |
---|---|
ITGIS_CSPrimeMeridian | Newly created / Found object or nil. |