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

mgICurveSegmentAbstract.h File Reference

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Geometry

Classes

class  OSGeo::FDO::Geometry::CurveSegmentCollection
 The CurveSegmentCollection class represents a collection of CurveSegment objects. More...
class  OSGeo::FDO::Geometry::CurveSegmentCollection::Enumerator
 A Nested class defined to provide enumeration of Dictionary elements.

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::IDirectPositionget_StartPosition ()
 Gets the starting position of this curve segment.

Function Documentation

__property OSGeo ::FDO ::Common ::GeometryComponentType get_DerivedType  ) 
 

Gets the type of the most-derived interface in the Geometry package for this object.

Returns:
Returns the derived type

__property System::Int32 get_Dimensionality  ) 
 

Gets the dimensionality of ordinates in this object.

Remarks:
Values are from the Dimensionality enumeration. A return type of "Int32" is used instead of the enumeration, catering to typical use with bit masking.
Returns:
Returns the ordinate dimensionality

__property OSGeo ::FDO ::Geometry ::IDirectPosition* get_StartPosition  ) 
 

Gets the starting position of this curve segment.

Returns:
Returns the starting position

Comments or suggestions? Send us feedback.