Namespace Mapsui.Geometries
Classes
BoundingBox
Bounding box type with double precision
BoundingBoxExtensions
Geometry
Geometry is the root class of the Geometry Object Model hierarchy. Geometry is an abstract (non-instantiable) class.
GeometryCollection
A GeometryCollection is a geometry that is a collection of 1 or more geometries.
GeometryExtensions
LinearRing
A LinearRing is a LineString that is both closed and simple.
LineString
A LineString is a Curve with linear interpolation between points. Each consecutive pair of points defines a line segment.
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.
Point
A Point is a 0-dimensional geometry and represents a single location in 2D coordinate space. A Point has a x coordinate value and a y-coordinate value. The boundary of a Point is the empty set.
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.
Quad
Double precision polygon with 4 explicit vertices. This is useful to represent a BoundingBox that has been rotated.
Raster
ReadOnlyPoint
The X and Y fields of the ReadyOnlyPoint can not be set. This was introduced as Center field of the Viewport.
Interfaces
IGeometry
Defines basic interface for a Geometry
IGeometryCollection
Interface for a GeometryCollection. A GeometryCollection is a collection of 1 or more geometries.