DK11 for Java | tatukgis.jdk.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.
// Java public TGIS_CSPrimeMeridian Prepare( int _epsg, java.lang.String _wkt, double _longitude );
// 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 | java.lang.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. |