DK11 for Java | tatukgis.jdk.TGIS_CSFactory.ByWKT | Methods
Create (or find existing) definition from provided WKT string.
// Java public static TGIS_CSCoordinateSystem ByWKT( java.lang.String _wkt );
// Oxygene public class function ByWKT( _wkt : String ) : TGIS_CSCoordinateSystem;
Name | Type | Description |
---|---|---|
_wkt | java.lang.String String | WKT string; full WKT or just a name of entity like 'GRS_1980' |
Type | Description |
---|---|
TGIS_CSCoordinateSystem | Found definition, newly created one or nil. |