Click or drag to resize

CDSELSetIPJ Method

Set the desired projection

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetIPJ(
	CIPJ ipj,
	int force
)

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
Remarks
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.
See Also