Click or drag to resize
CIPJMakeProjected Method
Create a default projected coordinate system from lat-long ranges.

Available since Oasis montaj version: 5.1.5
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Terminates with invalid or unsupported ranges. If the map crosses the equator, or if map is within 20 degrees of the equator, uses an equatorial mercator projection centered at the central longitude. Otherwise, uses a Lambert Conic Conformal (1SP) projection for the map. Global maps outside of +/- 70 degrees latitude are not supported.
Syntax
public void MakeProjected(
	double d1,
	double d2,
	double d3,
	double d4
)

Parameters

d1
Type: SystemDouble
minimum longitude
d2
Type: SystemDouble
minimum latitude
d3
Type: SystemDouble
maximum longitude
d4
Type: SystemDouble
maximum latitude
See Also