twhiteaker / CFGeom

CF Convention for Representing Simple Geometry Types
MIT License
9 stars 4 forks source link

Add additional geometry types #21

Closed bekozi closed 8 years ago

bekozi commented 8 years ago

Add multi* geometry types in addition to the singleton types. Checking for multi-geometries will be delegated to the geometry type and not dependent on the multipart_break_value.

bekozi commented 8 years ago

multipoint, multilinestring, and multipolygon added as acceptable geometry types. They don't serve much purpose as coordinate indices are still scanned for multi-part break values if one is present. This was primarily done to come in line with OGC.