Changes between Version 7 and Version 8 of BluePrintGISStorage
- Timestamp:
- 09/26/10 21:18:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISStorage
v7 v8 15 15 geog GEOGRAPHY(Point) 16 16 geog GEOGRAPHY(Polygon) 17 18 ST_Distance(geography, geography) returns double 19 ST_DWithin(geography, geography, float8) returns boolean 20 ST_Area(geography) returns double 21 ST_Length(geography) returns double 22 ST_Covers(geography, geography) returns boolean 23 ST_CoveredBy(geography, geography) returns boolean 24 ST_Intersects(geography, geography) returns boolean 25 17 26 }}} 18 27 28 == Options == 19 29 Q: integrate [http://featureserver.org FeatureServer]? 20 30