Changes between Version 7 and Version 8 of BluePrintGISStorage


Ignore:
Timestamp:
09/26/10 21:18:16 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintGISStorage

    v7 v8  
    1515geog GEOGRAPHY(Point)
    1616geog GEOGRAPHY(Polygon)
     17
     18ST_Distance(geography, geography) returns double
     19ST_DWithin(geography, geography, float8) returns boolean
     20ST_Area(geography) returns double
     21ST_Length(geography) returns double
     22ST_Covers(geography, geography) returns boolean
     23ST_CoveredBy(geography, geography) returns boolean
     24ST_Intersects(geography, geography) returns boolean
     25
    1726}}}
    1827
     28== Options ==
    1929Q: integrate [http://featureserver.org FeatureServer]?
    2030