 | CMVIEWSetWorkingIPJ Method |
Set the working projection of the view.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetWorkingIPJ(
CIPJ ipj
)
public void SetWorkingIPJ(
CIPJ ipj
)
Public Sub SetWorkingIPJ (
ipj As CIPJ
)
Public Sub SetWorkingIPJ (
ipj As CIPJ
)
public:
void SetWorkingIPJ(
CIPJ^ ipj
)
public:
void SetWorkingIPJ(
CIPJ^ ipj
)
member SetWorkingIPJ :
ipj : CIPJ -> unit
member SetWorkingIPJ :
ipj : CIPJ -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
The input projection
Remarks
The working projection is the coordinate system of coordinates drawn to
the view. The working coordinate system can be different than the view
coordinate system, in which case the coordinates are re-projected to the
view coordinate system before they are placed in the view.
See Also