FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Geometry::IPolygonImp:
Public Member Functions | |
__property OSGeo::FDO::Geometry::ILinearRing * | get_ExteriorRing () |
Gets the ring defining the outer boundary. | |
__property System::Int32 | get_InteriorRingCount () |
Gets the number of interior rings. | |
OSGeo::FDO::Geometry::ILinearRing * | GetInteriorRing (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. |
|
Constructs a managed object based on an unmanaged instance of the object.
|
|
Gets the ring defining the outer boundary.
|
|
Gets the number of interior rings.
|
|
Gets the interior ring at the specified (zero-based) index.
|
Comments or suggestions? Send us feedback. |