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

Inherits OSGeo::FDO::Geometry::IGeometryImp, and OSGeo::FDO::Geometry::OSGeo::FDO::Geometry::IGeometricAggregateAbstract.

Inherited by OSGeo::FDO::Geometry::IMultiCurvePolygonImp, OSGeo::FDO::Geometry::IMultiCurveStringImp, OSGeo::FDO::Geometry::IMultiGeometryImp, OSGeo::FDO::Geometry::IMultiLineStringImp, OSGeo::FDO::Geometry::IMultiPointImp, and OSGeo::FDO::Geometry::IMultiPolygonImp.

Inheritance diagram for OSGeo::FDO::Geometry::IGeometricAggregateAbstractImp:

[legend]
List of all members.

Detailed Description

The IGeometricAggregateAbstractImp class is a default implementation of the aggregate Geometry type. IGeometricAggregateAbstract is a single Geometry that is a collection of other geometries. There is no requirement that the geometries interact spatially. Non-abstract derived types should have at least one accessor that returns objects of the appropriate contained type.


Public Member Functions

__property System::Int32 get_Count ()
 Gets the number of Geometries in this collection.
 IGeometricAggregateAbstractImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::IGeometricAggregateAbstractImp::IGeometricAggregateAbstractImp 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 System::Int32 OSGeo::FDO::Geometry::IGeometricAggregateAbstractImp::get_Count  ) 
 

Gets the number of Geometries in this collection.

Returns:
Returns the number of Geometries

Comments or suggestions? Send us feedback.