FDO API Reference Feature Data Objects

mgILineString.h File Reference

Include dependency graph for mgILineString.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.
virtual System::Void GetItemByMembers (System::Int32 index, System::Double &coordinateX, System::Double &coordinateY, System::Double &coordinateZ, System::Double &coordinateM, System::Int32 &dimensionality)=0
 Gets the position at the specified (zero-based) index, by values of its member data. This is in aid of higher performance for any implementation that does not internally use FdoIDirectPosition objects for storage, or for an application seeking to avoid overhead of accessor methods.

Variables

BEGIN_NAMESPACE_OSGEO_GEOMETRY
public __gc __interface 
IDirectPosition
END_NAMESPACE_OSGEO_GEOMETRY
BEGIN_NAMESPACE_OSGEO_GEOMETRY
public __gc __interface 
ILineString
 The ILineString class is a LineString Geometry type. The shape of ILineString is the set of positions defined by the contained collection, plus linear interpolation between consecutive points.

Comments or suggestions? Send us feedback.