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::ILineStringSegmentImp Class Reference

Inherits OSGeo::FDO::Geometry::ICurveSegmentAbstractImp, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::ILineStringSegment.

Inheritance diagram for OSGeo::FDO::Geometry::ILineStringSegmentImp:

[legend]
List of all members.

Detailed Description

The ILineStringSegmentImp class is a LineString curve segment type. The shape of ILineStringSegmentImp is the set of positions defined by the contained collection, plus linear interpolation between consecutive points. This is a helper type for Geometries in the Geometry package. Note: It does not derive from IGeometry.


Public Member Functions

__property System::Int32 get_Count ()
 Gets the number of positions in this object.
__property OSGeo::FDO::Geometry::IDirectPositionget_Item (System::Int32 index)
 Gets the position at the specified (zero-based) index.
__property OSGeo::FDO::Geometry::DirectPositionCollectionget_Positions ()
 Gets a collection of all of the positions in this object.
 ILineStringSegmentImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

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

Constructs a 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 element should be automatically deleted once it no longer referenced.

Member Function Documentation

__property System::Int32 OSGeo::FDO::Geometry::ILineStringSegmentImp::get_Count  ) 
 

Gets the number of positions in this object.

Returns:
Returns the number of positions

__property OSGeo ::FDO ::Geometry ::IDirectPosition* OSGeo::FDO::Geometry::ILineStringSegmentImp::get_Item System::Int32  index  ) 
 

Gets the position at the specified (zero-based) index.

Returns:
Returns the position

__property OSGeo ::FDO ::Geometry ::DirectPositionCollection* OSGeo::FDO::Geometry::ILineStringSegmentImp::get_Positions  ) 
 

Gets a collection of all of the positions in this object.

Returns:
Returns the positions

Comments or suggestions? Send us feedback.