User Tools

Site Tools


api:dk11:delphi:giscssystems.tgis_cscoordinatesystem.reversedcoordinates

Table of Contents

TGIS_CSCoordinateSystem.ReversedCoordinates property

DK11 for Delphi | GisCsSystems.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.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  property ReversedCoordinates : Boolean read write;
// C++ Builder
public:
  __property bool ReversedCoordinates = {read, write};

Value

Type
Boolean
2022/11/16 01:16

Page Tools