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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 ip_jo,
	double res,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	ref double min_res,
	ref double max_res,
	ref double diag_res
)

Parameters

ip_jo
Type: GeoEngine.Core.GXNetXCIPJ
New IPJ
res
Type: SystemDouble
Data resolution in original IPJ
min_x
Type: SystemDouble
X minimum of bounding box in new IPJ
min_y
Type: SystemDouble
Y minimum
max_x
Type: SystemDouble
X maximum
max_y
Type: SystemDouble
Y maximum
min_res
Type: SystemDouble
Minimum data resolution in new IPJ,
max_res
Type: SystemDouble
Maximum data resolution in new IPJ
diag_res
Type: SystemDouble
Diagonal data resolution in new IPJ
See Also