DK11 for Delphi | GisCsSystems.TGIS_CSGeographicCoordinateSystem.Create | Overloads | Constructors | Fields | Methods | Properties
Create an instance.
// Delphi public constructor Create( const _epsg : Integer; const _wkt : String; const _datum : Integer; const _prime_meridian : Integer; const _units : Integer; const _reversed : Boolean; const _area : Integer ); overload; reintroduce; virtual;
// C++ Builder Create ( const int _epsg, const UnicodeString _wkt, const int _datum, const int _prime_meridian, const int _units, const bool _reversed, const int _area );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the GCS |
_wkt | String | WKT name for the GCS |
_datum | Integer | EPSG code for the datum |
_prime_meridian | Integer | EPSG code for the prime meridian |
_units | Integer | EPSG code for the unit |
_reversed | Boolean | True if coordinates are not in Easting-Northing order |
_area | Integer | EPSG code for the area of validity |