CreateGeodeticPoint Constructor

WRAPPER_API static GeodeticPoint* CreateGeodeticPoint(short dimensions = 3)

 

Description

The CreateGeodeticPoint constructor creates a new instance of the GeodeticPoint class.  This constructor takes a single optional parameter that specifies the number of Dimensions for the resulting point.  If this parameter is omitted, then the resulting point will have three Dimensions.  Upon construction, the Latitude and Longitude coordinates will be in degrees, and the Height coordinate will be in meters.