Simple Features
From Wikipedia, the free encyclopedia
Simple Features are an OpenGIS standard which specifies digital storage of geographical data (point, line, polygon, multi-point, multi-line, etc) with both spatial and non-spatial attributes. Simple Features are based on 2D geometry with linear interpolation between vertices. In general, a 2D geometry is simple if it contains no self-intersection. The OpenGIS Simple Features specifications define various spatial operators, which can be used to generate new geometries from existing geometries.
MySQL implement in part this standard since version 5.0.
[edit] External links
- OpenGIS Simple Features Implementation Specification
- OGR - OGR library which implements relevant OGC standards
- OpenGIS Simple Features Specifications For SQL
- MySQL 5.1 documentation on Spatial extensions
- PostGIS Simple Features implementation for PostgreSQL