CartographyGeo2Proj Method
Convert coordinates from geographical coordinates to projection coordinates
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void Geo2Proj(
double lon,
double lat,
out double east,
out double north
)
member Geo2Proj :
lon : float *
lat : float *
east : float byref *
north : float byref -> unit
Parameters
- lon Double
- Longitude
- lat Double
- Latitude
- east Double
- Easting
- north Double
- Northing