FDO .NET API Reference | Feature Data Objects |
Inherited by OSGeo::FDO::Geometry::IArcSegmentAbstractImp, and OSGeo::FDO::Geometry::ILineStringSegmentImp.
Inheritance diagram for OSGeo::FDO::Geometry::ICurveSegmentAbstractImp:
Public Member Functions | |
__property OSGeo::FDO::Common::GeometryComponentType | get_DerivedType () |
Gets the type of the most-derived interface in the Geometry package for this object. | |
__property System::Int32 | get_Dimensionality () |
Gets the dimensionality of ordinates in this object. | |
__property OSGeo::FDO::Geometry::IDirectPosition * | get_EndPosition () |
Gets the ending position of this curve segment. | |
__property OSGeo::FDO::Geometry::IEnvelope * | get_Envelope () |
Gets the envelope for the curve segment. | |
__property System::Boolean | get_IsClosed () |
Gets the closure state for the curve segment. | |
__property OSGeo::FDO::Geometry::IDirectPosition * | get_StartPosition () |
Gets the starting position of this curve segment. | |
ICurveSegmentAbstractImp (IntPtr unmanaged, Boolean autoDelete) | |
Constructs an ICurveSegmentAbstractImp managed object based on an unmanaged instance of the object. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs an ICurveSegmentAbstractImp managed object based on an unmanaged instance of the object.
|
|
Gets the type of the most-derived interface in the Geometry package for this object.
|
|
Gets the dimensionality of ordinates in this object.
|
|
Gets the ending position of this curve segment.
|
|
Gets the envelope for the curve segment.
|
|
Gets the closure state for the curve segment.
|
|
Gets the starting position of this curve segment.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
Comments or suggestions? Send us feedback. |