Click or drag to resize
CIPJSetWMSCoordSys Method
Set coordinate system from a WMS coordsys string.

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
WMS coordinate strings supported: EPSG:code where "code" is the EPSG code number "EPSG:4326" is geographic "WGS 84" (see datum.csv) "EPSG:25834" is projected "ETRS89 / UTM zone 34N" (see ipj_pcs.csv) The bounding box for EPSG systems must be defined in the EPSG coordinate system. If a bounding box is provided, it will not be changed. AUTO:wm_id,epsg_units,lon,lat (see OGC documentation) for "AUTO" coordinates, the "epsg_units" is the units of the bounding box. This procedure will transform the supplied bounding box from these units to the units of the projection. Normally, this is from long/lat (9102) to metres (9001).
Syntax
public void SetWMSCoordSys(
	string str1,
	double d2,
	double d3,
	double d4,
	double d5
)

Parameters

str1
Type: SystemString
WMS style coordinate string
d2
Type: SystemDouble
minimum X bounding box
d3
Type: SystemDouble
minimum Y
d4
Type: SystemDouble
maximum X
d5
Type: SystemDouble
maximum Y
See Also