 | CPLYChangeIPJ Method |
Set the projection.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ChangeIPJ(
CIPJ ipj
)
public void ChangeIPJ(
CIPJ ipj
)
Public Sub ChangeIPJ (
ipj As CIPJ
)
Public Sub ChangeIPJ (
ipj As CIPJ
)
public:
void ChangeIPJ(
CIPJ^ ipj
)
public:
void ChangeIPJ(
CIPJ^ ipj
)
member ChangeIPJ :
ipj : CIPJ -> unit
member ChangeIPJ :
ipj : CIPJ -> unit
Parameters
- ipj
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ to place in the PLY
RemarksThe PLY is re-projected to the new projection.
See Also