FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Geometry::IGeometryImp Class Reference
[OSGeo::FDO::Geometry]

Inherits OSGeo::FDO::Runtime::Disposable, and OSGeo::FDO::Geometry::IGeometry.

Inherited by OSGeo::FDO::Geometry::ICurveAbstractImp, OSGeo::FDO::Geometry::IGeometricAggregateAbstractImp, OSGeo::FDO::Geometry::IPointImp, and OSGeo::FDO::Geometry::ISurfaceAbstractImp.

Inheritance diagram for OSGeo::FDO::Geometry::IGeometryImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IGeometryImp class defines the properties and methods common to all geometric types. IGeometryImp is a concreate implementation of IGeometry.

()

Definition at line 36 of file mgIGeometryImp.h.


Public Member Functions

__property OSGeo::FDO::Common::GeometryType get_DerivedType ()
 Gets the type of the most-derived interface in the Geometry package for this object.
__property System::Int32 get_Dimensionality ()
 Gets the dimensionality of ordinates in this object.
__property OSGeo::FDO::Geometry::IEnvelopeget_Envelope ()
 Gets the envelope for the Geometry.
__property System::String * get_Text ()
 Gets the text string representation of this Geometry.
 IGeometryImp (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.