====== ThinkGeo.MapSuite.Core.WellKnownType ====== {{section>upgrade_map_suite_to_10.0}} * //This describes a set of enumerations that list the valid types of geometries.// == Remarks == * //Each of the geometries listed is either a subset or compatible with the OpenGIS specifications or the simple feature specifications. Each different kind of geometry can also be converted to well-known text and well-known binary. We have added some additional geometry types (such as the ellipse and rectangle) which normally are not included as separate GIS geometries but are very useful and can easily be converted to standard types.// == Items == **Invalid** * **Summary**:An invalid shape type. **Point** * **Summary**:A Point is a geometry that represents a single location in coordinate space. **Line** * **Summary**:A Line is a curve with linear interpolation between points. **Polygon** * **Summary**:A Polygon is a planar surface representing a multisided geometry. It is defined by a single exterior boundary and zero or more interior boundaries, where each interior boundary defines a hole in the Polygon. **Multipoint** * **Summary**:A MultiPoint is a geometry collection composed of Point elements. The points are not connected or ordered in any way. **Multiline** * **Summary**:A MultiLine is a geometry collection composed of Line elements. **Multipolygon** * **Summary**:A MultiPolygon is a object composed of one or more Polygon elements. **GeometryCollection** * **Summary**:A GeometryCollection is a object composed of one or more Shape elements.