C# (CSharp) Mapsui.Geometries Namespace

Nested Namespaces

Mapsui.Geometries.Utilities
Mapsui.Geometries.WellKnownBinary
Mapsui.Geometries.WellKnownText

Classes

Name Description
BoundingBoxExtensions
GeometryExtensions
LineString A LineString is a Curve with linear interpolation between points. Each consecutive pair of points defines a line segment.
LinearRing A LinearRing is a LineString that is both closed and simple.
MultiLineString A MultiLineString is a MultiCurve whose elements are LineStrings.
MultiPoint A MultiPoint is a 0 dimensional geometric collection. The elements of a MultiPoint are restricted to Points. The points are not connected or ordered.
MultiPolygon A MultiPolygon is a MultiSurface whose elements are Polygons.
NotifyingPoint
Polygon A Polygon is a planar Surface, defined by 1 exterior boundary and 0 or more interior boundaries. Each interior boundary defines a hole in the Polygon.
Raster