FDO API Reference Feature Data Objects

IPolygonImp Class Reference

List of all members.

Detailed Description

The IPolygonImp class is a polygon Geometry type. IPolygonImp is defined by one exterior boundary and zero or more interior boundaries. Each of the boundaries must be a closed, simple LinearRing.


Public Member Functions

__property NAMESPACE_OSGEO_GEOMETRY::ILinearRingget_ExteriorRing ()
 Gets the ring defining the outer boundary.
__property System::Int32 get_InteriorRingCount ()
 Gets the number of interior rings.
NAMESPACE_OSGEO_GEOMETRY::ILinearRingGetInteriorRing (System::Int32 index)
 Gets the interior ring at the specified (zero-based) index.
 IPolygonImp (System::IntPtr unmanaged, System::Boolean autoDelete)

Comments or suggestions? Send us feedback.