FDO API Reference Feature Data Objects

mgILineStringSegment.h File Reference

Include dependency graph for mgILineStringSegment.h:

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


Functions

__property NAMESPACE_OSGEO_GEOMETRY::IDirectPositionget_Item (System::Int32 index)
 Gets the position at the specified (zero-based) index.
__property NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection * get_Positions ()
 Gets a collection of all of the positions in this object.

Variables

BEGIN_NAMESPACE_OSGEO_GEOMETRY
public __gc __interface 
IDirectPosition
END_NAMESPACE_OSGEO_GEOMETRY
BEGIN_NAMESPACE_OSGEO_GEOMETRY
public __gc __interface 
ILineStringSegment
 The ILineStringSegment class is a LineString curve segment type. The shape of ILineStringSegment 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.

Comments or suggestions? Send us feedback.