DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.ExportToJSON | Constructors | Fields | Methods | Properties
Export the Shape geometry into a GeoJSON (see www.geojson.org).
Overrides TGIS_Shape.ExportToJSON.
// C# public override string ExportToJSON();
' VisualBasic Public Overrides Function ExportToJSON() As String
// Oxygene public function ExportToJSON : String; override;
Type | Description |
---|---|
string String | Exported JSON text. |