Changes between Initial Version and Version 1 of Ticket #2949


Ignore:
Timestamp:
Apr 15, 2009, 12:37:10 PM (15 years ago)
Author:
Daniel Morissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2949 – Description

    initial v1  
    33A simple way to allow this would be to add a new OGR_GEOM_AREA special field on OGRFeatures that calls the OGRSurface::getArea() method and would be handled similar to the OGR_GEOM_WKT and other special fields in OGRFeature::GetFieldAsString().
    44
    5 Another option could be to add operators on geometries in the SQL parser (e.g. but that could be a bit more involved (e.g. "select ST_Area(geom) from ...").
     5Another option could be to add operators on geometries in the SQL parser but that could be a bit more involved (e.g. "select ST_Area(geom) from ...").