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

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

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

[legend]
List of all members.

Detailed Description

The IPointImp class is a point Geometry type.


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.

Constructor & Destructor Documentation

OSGeo::FDO::Geometry::IPointImp::IPointImp IntPtr  unmanaged,
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 OSGeo ::FDO ::Geometry ::IDirectPosition* OSGeo::FDO::Geometry::IPointImp::get_Position  ) 
 

Gets the position of this point Geometry.

Returns:
Returns the position

System::Void OSGeo::FDO::Geometry::IPointImp::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.

Parameters:
coordinateX Output X ordinate value.
coordinateY Output Y ordinate value.
coordinateZ Output Z ordinate value.
coordinateM Output M ordinate value.
dimensionality Output Dimensionality of ordinates in this position.
Returns:
Returns nothing

Comments or suggestions? Send us feedback.