 | CIMGGetProjectedCellSize Method |
Returns default cell size from projected image.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetProjectedCellSize(
CIPJ ipj,
ref double cell
)
public void GetProjectedCellSize(
CIPJ ipj,
ref double cell
)
Public Sub GetProjectedCellSize (
ipj As CIPJ,
ByRef cell As Double
)
Public Sub GetProjectedCellSize (
ipj As CIPJ,
ByRef cell As Double
)
public:
void GetProjectedCellSize(
CIPJ^ ipj,
double% cell
)
public:
void GetProjectedCellSize(
CIPJ^ ipj,
double% cell
)
member GetProjectedCellSize :
ipj : CIPJ *
cell : float byref -> unit
member GetProjectedCellSize :
ipj : CIPJ *
cell : float byref -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply - cell
- Type: SystemDouble
Returned cell size
Remarks
Returns the cell size calculated by CreateProjected_PJIMG, or by
CreateProjected2_IMG when
<define>GS_R8DM</define> is entered as the optional cell size. No inheritance
is actually performed to the input IMG.
See Also