FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Geometry::IPolygonImp Class Reference
[OSGeo::FDO::Geometry]

Inherits OSGeo::FDO::Geometry::ISurfaceAbstractImp, and OSGeo::FDO::Geometry::IPolygon.

Inheritance diagram for OSGeo::FDO::Geometry::IPolygonImp:

Inheritance graph
[legend]
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.

()

Definition at line 37 of file mgIPolygonImp.h.


Public Member Functions

__property OSGeo::FDO::Geometry::ILinearRingget_ExteriorRing ()
 Gets the ring defining the outer boundary.
__property System::Int32 get_InteriorRingCount ()
 Gets the number of interior rings.
OSGeo::FDO::Geometry::ILinearRingGetInteriorRing (System::Int32 index)
 Gets the interior ring at the specified (zero-based) index.
 IPolygonImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.