Click or drag to resize
CIMGCreateProjected3 Method
Same as CreateProjected2_IMG, but set expansion of bounds.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The IMG now appears to be in the projected coordinate system space, with the specified cell size. If the cell size is rDUMMY (GS_R8DM), one is automatically calculated, as with CreateProjected_IMG. The expansion percent expands the bounds of the projected grid in order to allow for the curving of bounding edges. Normally, edges are sampled in order to allow for curving, but this parameter is set to 1.0 (for 1 percent) in the CreateProjected_IMG and CreateProjected2_IMG wrappers, and will generally create a white/dummy border around the new grid. This new method allows you to specify the expansion, or turn it off (by setting it to 0). If the value is set to rDUMMY, then expansion is left at 1.0, the legacy behaviour.
Syntax
public void CreateProjected3(
	CIPJ oIPJ1,
	double d2,
	double d3
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
Projection to apply
d2
Type: SystemDouble
Cell size
d3
Type: SystemDouble
Expansion percent (>=0).
See Also