Aspose.GIS
Formats In/Out: ESRI Shapefile: SHP, SHX, DBF; GeoJSON: JSON, GEOJSON; Google Earth: KML
Platforms: .NET
Create, edit and convert GIS file formats in your application. Currently availableĀ forĀ .NET platform only.
Read or Create GIS Files
Aspose.GIS for .NET not only supports loading GIS file formats for manipulation & conversion but it also provides the capability to create GIS files from scratch. .NET developers can use the API to create basic geometries such as Point, MultiPoint, Line, MultiLine, Polygon and so on, which can be further used to generate complex features.
Format-Independent Object Model
Aspose.GIS for .NET lets you manage geometries and feature attributes of supported GIS file formats without worrying about the underlying format implementation. The uniform representation of feature attributes for both ESRI Shapefiles and GeoJSON frees you from writing separate code to manage both formats.
Inter-convert Geo Formats
Aspose.GIS for .NET provides the capability to convert between supported Geo formats with just one line of code. This includes conversion of ESRI Shapefiles to GeoJSON format and vice versa.
- Layers
- Access Features from Shapefile
- Convert Polygon to LineString
- Iterate Features of a Layer
- Get Layer Attributes & Values
- Filter Features by Attribute
|
- Geometries
- Count Geometries in a Shape
- Access Points & Geometries
- Iterate Points in Geometry
- Create Points & MultiPoints
- Create Polygons with Holes
- Get Geometry Type Information
|
|