FDO .NET API Reference Feature Data Objects
OSGeo ::FDO ::Geometry ::IDirectPosition* OSGeo::FDO::Geometry::GeometryFactoryAbstract::CreatePositionXYZ ( System::Double  coordinateX,
System::Double  coordinateY,
System::Double  coordinateZ 
)

Creates a position object using X, Y and Z ordinates.

Remarks:
The resulting object's accessor methods for ordinates that are not given here as input parameters will return the default value of 0.0.
Parameters:
coordinateX Input X ordinate value
coordinateY Input Y ordinate value
coordinateZ Input Z ordinate value
Returns:
Returns a direct position


Comments or suggestions? Send us feedback.