FDO .NET API Reference Feature Data Objects

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

Inherits OSGeo::FDO::Geometry::ICurveAbstract, and OSGeo::FDO::Geometry::IGeometryImp.

Inherited by OSGeo::FDO::Geometry::ICurveStringImp, and OSGeo::FDO::Geometry::ILineStringImp.

Inheritance diagram for OSGeo::FDO::Geometry::ICurveAbstractImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The ICurveAbstractImp class is a curve Geometry type (concrete). ICurveAbstractImp is the most general curve type.

()

Definition at line 35 of file mgICurveAbstractImp.h.


Public Member Functions

__property OSGeo::FDO::Geometry::IDirectPositionget_EndPosition ()
 Gets the ending position of this Curve.
__property System::Boolean get_IsClosed ()
 Gets the closure state for the curve.
__property OSGeo::FDO::Geometry::IDirectPositionget_StartPosition ()
 Gets the starting position of this Curve.
 ICurveAbstractImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an ICurveAbstractImp managed object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.