DK11 for Java | tatukgis.jdk.TGIS_CSCoordinateSystem.ReversedCoordinates | Constructors | Fields | Methods | Properties
Coordinates are in reversed order. That means not Longitude-Latitude but Latitude-Longitude or not Easting-Northing but Northing-Easting. This is only a hint to be used upon interpreting specific formats like GML.
// Java public bool getReversedCoordinates(); public void setReversedCoordinates( bool _value );
// Oxygene public property ReversedCoordinates : Boolean read write;
Type |
---|
bool Boolean |