Conversion
Contents
[
Hide
]
Convert Shape File to GeoJSON
Aspose.GIS API lets you convert Shapefiles to GeoJSON file format. The VectorLayer.Convert method lets you save the input Shapefile to GeoJSON file format as shown in the code snippet below.
Convert GeoJSON to ShapeFile With Attributes Adjustment
Conversion of GeoJSON file to Shapefile format is easy using Aspose.GIS API as shown in the following code sample below.
Conversion of GeoJSON with Attributes Adjustment requires following additional class.