 | CIMGInherit Method |
Inherit a projection/new cell size on the IMG.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Inherit(
CIPJ ipj,
double cell
)
public void Inherit(
CIPJ ipj,
double cell
)
Public Sub Inherit (
ipj As CIPJ,
cell As Double
)
Public Sub Inherit (
ipj As CIPJ,
cell As Double
)
public:
void Inherit(
CIPJ^ ipj,
double cell
)
public:
void Inherit(
CIPJ^ ipj,
double cell
)
member Inherit :
ipj : CIPJ *
cell : float -> unit
member Inherit :
ipj : CIPJ *
cell : float -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection - cell
- Type: SystemDouble
Optional cell size
Remarks
If cell size is <define>GS_R8DM</define>, then "nice" values for the cell
size of the new projected grid will be determined so that
the new grid has about the same number of cells as the old.
If the cell size is specified, the inheritance will always
work, even if the input IPJ is identical to the original
IPJ, and the cell boundaries will be forced to be aligned
with the new cell size.
See Also