DK11 for Java | tatukgis.jdk.TGIS_CSDatum.Create | Overloads | Constructors | Methods | Properties
Create an instance.
// Java public TGIS_CSDatum( int _epsg, java.lang.String _wkt, int _ellipsoid, int _transform, int _fallback );
// Oxygene public constructor ( _epsg : Integer; _wkt : String; _ellipsoid : Integer; _transform : Integer; _fallback : Integer );
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | java.lang.String String | WKT name for the unit |
_ellipsoid | int Integer | EPSG code for ellipsoid |
_transform | int Integer | EPSG code of default coordinate operation |
_fallback | int Integer | EPSG code of fallback coordinate operation (used only for grid-shift if grid-shift file can not be used) |