 | CIMGCreateProjected2 Method |
Applies a projection to an image, specify cell size.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void CreateProjected2(
CIPJ ipj,
double cell_size
)
public void CreateProjected2(
CIPJ ipj,
double cell_size
)
Public Sub CreateProjected2 (
ipj As CIPJ,
cell_size As Double
)
Public Sub CreateProjected2 (
ipj As CIPJ,
cell_size As Double
)
public:
void CreateProjected2(
CIPJ^ ipj,
double cell_size
)
public:
void CreateProjected2(
CIPJ^ ipj,
double cell_size
)
member CreateProjected2 :
ipj : CIPJ *
cell_size : float -> unit
member CreateProjected2 :
ipj : CIPJ *
cell_size : float -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
Projection to apply - cell_size
- Type: SystemDouble
Cell size
Remarks
The IMG now appears to be in the projected coordinate
system space, with the specified cell size. If the cell
size is <define>rDUMMY</define> (<define>GS_R8DM</define>), one is automatically calculated,
as with CreateProjected_IMG.
See Also