C# (CSharp) DataInterop Namespace

Classes

Name Description
CRSBase Base class for all IGeometryObject implementing types
DefaultCRS The default CRS is a geographic coordinate reference system, using the WGS84 datum, and with longitude and latitude units of decimal degrees. see http://geojson.org/geojson-spec.html#coordinate-reference-system-objects
GeoJSONObject Base class for all IGeometryObject implementing types
GeographicPosition Defines the Geographic Position type a.k.a. Geographic Coordinate Reference System.
LineString
MultiPolygon Defines the MultiPolygon type.
NamedCRS Defines the Named CRS type.
Polygon Defines the Polygon type. Coordinates of a Polygon are a list of linear rings coordinate arrays. The first element in the array represents the exterior ring. Any subsequent elements represent interior rings (or holes).