Package mil.nga.gars.grid
Class BandLettersRange
- java.lang.Object
-
- mil.nga.gars.grid.BandLettersRange
-
-
Constructor Summary
Constructors Constructor Description BandLettersRange()
Constructor, full rangeBandLettersRange(String south, String north)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getNorth()
Get the northern band lettersdouble
getNorthLatitude()
Get the northern latitudeint
getNorthValue()
Get the norther band letters equivalent number valueString
getSouth()
Get the southern band lettersdouble
getSouthLatitude()
Get the southern latitudeint
getSouthValue()
Get the southern band letters equivalent number valueIterator<String>
iterator()
void
setNorth(String north)
Set the northern band lettersvoid
setSouth(String south)
Set the southern band letters-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getSouth
public String getSouth()
Get the southern band letters- Returns:
- southern band letters
-
setSouth
public void setSouth(String south)
Set the southern band letters- Parameters:
south
- southern band letters
-
getNorth
public String getNorth()
Get the northern band letters- Returns:
- northern band letters
-
setNorth
public void setNorth(String north)
Set the northern band letters- Parameters:
north
- northern band letters
-
getSouthValue
public int getSouthValue()
Get the southern band letters equivalent number value- Returns:
- southern band letters value
-
getNorthValue
public int getNorthValue()
Get the norther band letters equivalent number value- Returns:
- norther band letters value
-
getSouthLatitude
public double getSouthLatitude()
Get the southern latitude- Returns:
- latitude
-
getNorthLatitude
public double getNorthLatitude()
Get the northern latitude- Returns:
- latitude
-
-