DK11 for .NET | TatukGIS.NDK.TGIS_CSPrimeMeridianList.Prepare | Constructors | 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 virtual TGIS_CSPrimeMeridian Prepare( int _epsg, string _wkt, double _longitude );
' VisualBasic Public Overridable Function Prepare( ByVal _epsg As Integer, ByVal _wkt As String, ByVal _longitude As Double ) As TGIS_CSPrimeMeridian
// Oxygene public function Prepare( _epsg : Integer; _wkt : String; _longitude : Double ) : TGIS_CSPrimeMeridian; reintroduce; virtual;
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 | string String | WKT name for the Prime Meridian |
_longitude | double Double | Longitude of Prime Meridian in radians; relative to Greenwich |
Type | Description |
---|---|
TGIS_CSPrimeMeridian | Newly created / Found object or nil. |