FDO .NET API Reference Feature Data Objects

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

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

Inheritance diagram for OSGeo::FDO::Geometry::IPointImp:

Inheritance graph
[legend]
List of all members.

Detailed Description

The IPointImp class is a point Geometry type.

()

Definition at line 35 of file mgIPointImp.h.


Public Member Functions

__property OSGeo::FDO::Geometry::IDirectPositionget_Position ()
 Gets the position of this point Geometry.
System::Void GetPositionByMembers (System::Double &coordinateX, System::Double &coordinateY, System::Double &coordinateZ, System::Double &coordinateM, System::Int32 &dimensionality)
 Gets the position of this point Geometry, 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.
 IPointImp (IntPtr unmanaged, Boolean autoDelete)
 Constructs a managed object based on an unmanaged instance of the object.

Comments or suggestions? Send us feedback.