Click or drag to resize
CIPJNewBoxResolution Method
Determine a data resolution in a new coordinate system

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
if there are any problems reprojecting, new resolutions will dummy. The conversion to new resolution is based on measurements along the four edges and two diagonals.
Syntax
public void NewBoxResolution(
	CIPJ oIPJ1,
	double d2,
	double d3,
	double d4,
	double d5,
	double d6,
	ref double d7,
	ref double d8,
	ref double d9
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
new IPJ
d2
Type: SystemDouble
data resolution in original IPJ
d3
Type: SystemDouble
X minimum of bounding box in new IPJ
d4
Type: SystemDouble
Y minimum
d5
Type: SystemDouble
X maximum
d6
Type: SystemDouble
Y maximum
d7
Type: SystemDouble
minimum data resolution in new IPJ,
d8
Type: SystemDouble
maximum data resolution in new IPJ
d9
Type: SystemDouble
diagonal data resolution in new IPJ
See Also