 | CIPJiSupportDatumTransform Method |
Can we transform between these two datums?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iSupportDatumTransform(
CIPJ ipj2
)
public int iSupportDatumTransform(
CIPJ ipj2
)
Public Function iSupportDatumTransform (
ipj2 As CIPJ
) As Integer
Public Function iSupportDatumTransform (
ipj2 As CIPJ
) As Integer
public:
int iSupportDatumTransform(
CIPJ^ ipj2
)
public:
int iSupportDatumTransform(
CIPJ^ ipj2
)
member iSupportDatumTransform :
ipj2 : CIPJ -> int
member iSupportDatumTransform :
ipj2 : CIPJ -> int
Parameters
- ipj2
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
Return Value
Type:
Int32
0 - No
1 - Yes, either because both CS are on the same datum,
or because a local datum transform is defined
for each coordinate system.
Remarks
To transform between different datums requires the use of a local
datum transform. The local datum transform can be defined when
a coordinate system is created, but the definition is optional.
This function will test that the local datum transforms are defined.
Note that a coordinate transformation between datums without a
local datum transform is still possible, but only the effect of
ellipsoid shape will be modelled in the transform.
See Also