 | CDSELSetIPJ Method |
Set the desired projection
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetIPJ(
CIPJ ipj,
int force
)
public void SetIPJ(
CIPJ ipj,
int force
)
Public Sub SetIPJ (
ipj As CIPJ,
force As Integer
)
Public Sub SetIPJ (
ipj As CIPJ,
force As Integer
)
public:
void SetIPJ(
CIPJ^ ipj,
int force
)
public:
void SetIPJ(
CIPJ^ ipj,
int force
)
member SetIPJ :
ipj : CIPJ *
force : int -> unit
member SetIPJ :
ipj : CIPJ *
force : int -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ to set - force
- Type: SystemInt32
TRUE to force reprojection, if possible
Remarks
If the server supports reprojection, the data will be
reprojected at the server.
If reprojection is not forced, the data may come in any projection.
The spatial resolution and accuracy are accumed to be in the
coordinate system defined by this IPJ.
See Also