Package mil.nga.gars.grid
Class BandNumberRange
- java.lang.Object
-
- mil.nga.gars.grid.BandNumberRange
-
-
Constructor Summary
Constructors Constructor Description BandNumberRange()
Constructor, full rangeBandNumberRange(int west, int east)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEast()
Get the eastern band numberdouble
getEastLongitude()
Get the eastern longitudeint
getWest()
Get the western band numberdouble
getWestLongitude()
Get the western longitudeIterator<Integer>
iterator()
void
setEast(int east)
Set the eastern band numbervoid
setWest(int west)
Set the western band number-
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
-
getWest
public int getWest()
Get the western band number- Returns:
- western band number
-
setWest
public void setWest(int west)
Set the western band number- Parameters:
west
- western band number
-
getEast
public int getEast()
Get the eastern band number- Returns:
- eastern band number
-
setEast
public void setEast(int east)
Set the eastern band number- Parameters:
east
- eastern band number
-
getWestLongitude
public double getWestLongitude()
Get the western longitude- Returns:
- longitude
-
getEastLongitude
public double getEastLongitude()
Get the eastern longitude- Returns:
- longitude
-
-