 | CIPJiCoordinateSystemsAreTheSameWithinASmallTolerance Method |
Same as iCoordinateSystemsAreTheSame_IPJ, but allows for small numerical differences
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iCoordinateSystemsAreTheSameWithinASmallTolerance(
CIPJ ipj2
)
public int iCoordinateSystemsAreTheSameWithinASmallTolerance(
CIPJ ipj2
)
Public Function iCoordinateSystemsAreTheSameWithinASmallTolerance (
ipj2 As CIPJ
) As Integer
Public Function iCoordinateSystemsAreTheSameWithinASmallTolerance (
ipj2 As CIPJ
) As Integer
public:
int iCoordinateSystemsAreTheSameWithinASmallTolerance(
CIPJ^ ipj2
)
public:
int iCoordinateSystemsAreTheSameWithinASmallTolerance(
CIPJ^ ipj2
)
member iCoordinateSystemsAreTheSameWithinASmallTolerance :
ipj2 : CIPJ -> int
member iCoordinateSystemsAreTheSameWithinASmallTolerance :
ipj2 : CIPJ -> int
Parameters
- ipj2
- Type: GeoEngine.Core.GXNetXCIPJ
IPJ 2
Return Value
Type:
Int32
0 - No
1 - Yes
See Also