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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 ipj,
	int force
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to set
force
Type: SystemInt32
TRUE to force reprojection, if possible
See Also