 | CIPJiCoordinateSystemsAreTheSame Method |
Are these two coordinate systems the same?
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCoordinateSystemsAreTheSame(
CIPJ ipj2
)
public int iCoordinateSystemsAreTheSame(
CIPJ ipj2
)
Public Function iCoordinateSystemsAreTheSame (
ipj2 As CIPJ
) As Integer
Public Function iCoordinateSystemsAreTheSame (
ipj2 As CIPJ
) As Integer
public:
int iCoordinateSystemsAreTheSame(
CIPJ^ ipj2
)
public:
int iCoordinateSystemsAreTheSame(
CIPJ^ ipj2
)
member iCoordinateSystemsAreTheSame :
ipj2 : CIPJ -> int
member iCoordinateSystemsAreTheSame :
ipj2 : CIPJ -> int
Parameters
- ipj2
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
Return Value
Type:
Int32
0 - No
1 - Yes
RemarksThis does not compare LDT information (use iCompareDatums_IPJ for that).
See Also