The Coordinate Reference System of the ShapeFile as read from the .prj file WKT
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property CoordinateReferenceSystem As ICRS
Get
Private Set |
C# |
---|
public ICRS CoordinateReferenceSystem { get; private set; } |
Visual C++ |
---|
public:
property ICRS^ CoordinateReferenceSystem {
ICRS^ get ();
private: void set (ICRS^ value);
} |
JavaScript |
---|
function get_coordinateReferenceSystem();
function set_coordinateReferenceSystem(value); |
See Also