FDO .NET API Reference Feature Data Objects
OSGeo::FDO::Geometry::DirectPositionImpl::DirectPositionImpl ( System::Double  coordinateX,
System::Double  coordinateY 
)

Constructs a 2D DirectPositionImpl object from X and Y ordinates.

Remarks:
Z and M ordinate values default to System::Double::NaN. Dimensionality is set to Dimensionality_XY.
Parameters:
coordinateX Input X ordinate value
coordinateY Input Y ordinate value


Comments or suggestions? Send us feedback.