Click or drag to resize
CDSELSetIPJ Method
Set the desired projection

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
If the server supports reprojection, the data will be reprojected at the server. If reprojection is not forced, the data may come in any projection. The spatial resolution and accuracy are accumed to be in the coordinate system defined by this IPJ.
Syntax
public void SetIPJ(
	CIPJ oIPJ1,
	int i2
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
IPJ to set
i2
Type: SystemInt32
TRUE to force reprojection, if possible
See Also