FDO .NET 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:

Go to the source code of this file.


Namespaces

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

Classes

class  OSGeo::FDO::Geometry::LineStringCollection
 The LineStringCollection class is a collection of LineString objects. More...

Functions

__property OSGeo::FDO::Geometry::ICurveSegmentAbstractOSGeo::FDO::Geometry::get_Item (System::Int32 index)
 Gets the curve segment at the given zero-based index.
__property OSGeo::FDO::Geometry::DirectPositionCollectionOSGeo::FDO::Geometry::get_Positions ()
 Gets a collection of all of the positions in this object.
virtual System::Void OSGeo::FDO::Geometry::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

public __gc __interface OSGeo::FDO::Geometry::IDirectPosition
public __gc __interface OSGeo::FDO::Geometry::ILineString

Comments or suggestions? Send us feedback.