| Package | Description | 
|---|---|
| agi.foundation.coordinates | 
 Contains types for quantifying and converting between various coordinate representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
MilitaryGridReferenceSystem.equals(MilitaryGridReferenceSystem left,
      MilitaryGridReferenceSystem right)
Returns  
true if the two instances are exactly equal. | 
boolean | 
MilitaryGridReferenceSystem.equalsEpsilon(MilitaryGridReferenceSystem other,
             double epsilon)
Indicates whether each coordinate value of another instance of this type
    is within the required tolerance of the corresponding coordinate value of this instance. 
 | 
boolean | 
MilitaryGridReferenceSystem.equalsType(MilitaryGridReferenceSystem other)
Indicates whether another instance of this type is exactly equal to this instance. 
 | 
static boolean | 
MilitaryGridReferenceSystem.notEquals(MilitaryGridReferenceSystem left,
         MilitaryGridReferenceSystem right)
Returns  
true if the two instances are not exactly equal. |