FDO API Reference Feature Data Objects

NAMESPACE_OSGEO_GEOMETRY::IPolygon* GeometryFactoryAbstract::CreatePolygon NAMESPACE_OSGEO_GEOMETRY::ILinearRing exteriorRing,
NAMESPACE_OSGEO_GEOMETRY::LinearRingCollection *  interiorRings
 

Polygon Creates a polygon object by copying from given LinearRing objects.

Parameters:
exteriorRing Input exterior ring to copy
interiorRings Input collection of interior rings to copy
Returns:
Returns a polygon

Reimplemented in FgfGeometryFactory.


Comments or suggestions? Send us feedback.