FDO API Reference Feature Data Objects

FdoIMultiLineString Class Reference

#include <IMultiLineString.h>

Inherits FdoIGeometricAggregateAbstract.

Inheritance diagram for FdoIMultiLineString:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoIMultiLineString 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.

Definition at line 34 of file IMultiLineString.h.


Public Member Functions

virtual FDO_GEOM_API FdoILineStringGetItem (FdoInt32 index) const =0
 Gets a LineString at the given zero-based index.

Protected Member Functions

FDO_GEOM_API FdoIMultiLineString ()
 Constructs a default instance.
virtual FDO_GEOM_API ~FdoIMultiLineString ()
 Default destructor.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.