DK11 for Delphi | GisCsBase.TGIS_CSDatum.Create | Overloads | Constructors | Methods | Properties
Create an instance.
// Delphi public constructor Create( const _epsg : Integer; const _wkt : String; const _ellipsoid : Integer; const _transform : Integer; const _fallback : Integer ); overload;
// C++ Builder Create ( const int _epsg, const UnicodeString _wkt, const int _ellipsoid, const int _transform, const int _fallback );
Name | Type | Description |
---|---|---|
_epsg | Integer | EPSG code for the unit |
_wkt | String | WKT name for the unit |
_ellipsoid | Integer | EPSG code for ellipsoid |
_transform | Integer | EPSG code of default coordinate operation |
_fallback | Integer | EPSG code of fallback coordinate operation (used only for grid-shift if grid-shift file can not be used) |