Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 Note: These types correspond to those in the OGC standard

 

Enum ValueDescription
PointA single point
MultiPointA multipoint shape
LineStringA line described by an ordered list of points.
MultiLineStringA list of LineString shapes.
LinearRingOne ring of a polygon, described by an ordered list of points, ideally with the first point repeated as the last point so that it forms a complete ring.
PolygonOne exterior ring, and zero or more interior rings which denote holes. The interior rings should be spatially contained inside the exterior ring, and should not overlap.
MultiPolygonA list of Polygon objects, to support polygons which have multiple exterior rings.
RasterGrid? (Tarak Reddy (Deactivated) to draft) 

Child classes of Shape:

 

Point
X : double
Y : double
Z : double
M : int
Slope : double?

...