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

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

Inheritance graph
[legend]

List of all members.


Detailed Description

The IPointImp class is a point Geometry type.

()


Public Member Functions

__property
OSGeo::FDO::Geometry::IDirectPosition
get_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.