#include <ogr_geometry.h>
Inheritance diagram for OGRSurface:
Public Member Functions | |
virtual double | get_Area () const =0 |
virtual OGRErr | Centroid (OGRPoint *poPoint) const =0 |
virtual OGRErr | PointOnSurface (OGRPoint *poPoint) const =0 |
|
Compute and return centroid of surface. The centroid is not necessarily within the geometry. This method relates to the SFCOM ISurface::get_Centroid() method. NOTE: Only implemented when GEOS included in build.
Implemented in OGRPolygon. |
|
Get the area of the surface object. For polygons the area is computed as the area of the outer ring less the area of all internal rings. This method relates to the SFCOM ISurface::get_Area() method.
Implemented in OGRPolygon. |
|
This method relates to the SFCOM ISurface::get_PointOnSurface() method. NOTE: Only implemented when GEOS included in build.
Implemented in OGRPolygon. |