The WKT representation of the ShapeFile's Coordinate Reference System as read from the .prj file
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property ProjectionWKT As String Get Private Set |
C# |
---|
public string ProjectionWKT { get; private set; } |
Visual C++ |
---|
public: property String^ ProjectionWKT { String^ get (); private: void set (String^ value); } |
JavaScript |
---|
function get_projectionWKT(); function set_projectionWKT(value); |