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

Inherits OSGeo::FDO::Geometry::IGeometricAggregateAbstractImp, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::IMultiLineString.

Inheritance diagram for OSGeo::FDO::Geometry::IMultiLineStringImp:

[legend]
List of all members.

Detailed Description

The IMultiLineStringImp class is a multi-LineString collection geometry type. The curves contained here do not have to be contiguous, nor spatially interact in any other way.


Public Member Functions

__property OSGeo::FDO::Geometry::ILineStringget_Item (System::Int32 index)
 Gets a LineString at the given zero-based index.
 IMultiLineStringImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::IMultiLineStringImp::IMultiLineStringImp 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 OSGeo ::FDO ::Geometry ::ILineString* OSGeo::FDO::Geometry::IMultiLineStringImp::get_Item System::Int32  index  ) 
 

Gets a LineString at the given zero-based index.

Parameters:
index Input Zero-based index in the object's list of line strings.
Returns:
Returns a CurveString

Comments or suggestions? Send us feedback.