ForwardProject Data Member Function

Forward projects a point from latitude, longitude coordinate space to the coordinate space of this modifier. For example, if this modifier is configured to represent a Universal Transverse Mercator projection for Zone 11, projecting the value ( -48.0, 121.0 ) returns easting and northing values appropriate for the projection settings.

Prototype

int32 ForwardProject( double p_dLatitude, double p_dLongitude, Float64Array p_adProjectedCoords )

Parameters

Parameter Type Parameter Name Documentation
doublep_dLatitudeA <float64> representing the latitude you wish to project.
doublep_dLongitudeA <float64> representing the longitude you wish to project.
<Float64Array>p_adProjectedCoordsA pointer to a <Float64Array> that will store the projected coordinate values.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.