FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Geometry::ICurvePolygonImp Class Reference

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

Inheritance diagram for OSGeo::FDO::Geometry::ICurvePolygonImp:

[legend]
List of all members.

Detailed Description

The ICurvePolygonImp class is a concrete geometric CurvePolygon geometry type. This type is defined by one exterior boundary and zero or more interior boundaries. Each of the boundaries must be a closed, simple Ring.


Public Member Functions

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

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::ICurvePolygonImp::ICurvePolygonImp System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs an ICurvePolygonImp managed object based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property OSGeo ::FDO ::Geometry ::IRing* OSGeo::FDO::Geometry::ICurvePolygonImp::get_ExteriorRing  ) 
 

Gets the ring defining the outer boundary.

Returns:
Returns the exterior ring

__property OSGeo ::FDO ::Geometry ::IRing* OSGeo::FDO::Geometry::ICurvePolygonImp::get_InteriorRing System::Int32  index  ) 
 

Gets the interior ring at the specified (zero-based) index.

Parameters:
index Input Zero-based index in the object's list of interior rings.
Returns:
Returns the interior ring

__property System::Int32 OSGeo::FDO::Geometry::ICurvePolygonImp::get_InteriorRingCount  ) 
 

Gets the number of interior rings.

Returns:
Returns the number of interior rings

Comments or suggestions? Send us feedback.