|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nasa.gsfc.spdf.ssc.MapLimits
public class MapLimits
This class represents map limit values for an SSC graphing request.
| Constructor Summary | |
|---|---|
MapLimits()
Constructs a MapLimits object with default attribute values of no limits (that is, the entire map [min lat/lon == -90/-180 and max lat/lon == 90/180]). |
|
MapLimits(int minLatitude,
int maxLatitude,
int minLongitude,
int maxLongitude)
Constructs a MapLimits object with the given attribute values. |
|
| Method Summary | |
|---|---|
float |
getMaxLatitude()
Gets the maximum Latitude value. |
float |
getMaxLongitude()
Gets the maximum Longitude value. |
float |
getMinLatitude()
Gets the minimum Latitude value. |
float |
getMinLongitude()
Gets the minimum Longitude value. |
void |
setMaxLatitude(float value)
Sets the maximum Latitude value. |
void |
setMaxLongitude(float value)
Sets the maximum Longitude value. |
void |
setMinLatitude(float value)
Sets the minimum Latitude value. |
void |
setMinLongitude(float value)
Sets the minimum Longitude value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapLimits()
public MapLimits(int minLatitude,
int maxLatitude,
int minLongitude,
int maxLongitude)
minLatitude - minimum Latitude valuemaxLatitude - maximum Latitude valueminLongitude - minimum Longitude valuemaxLongitude - maximum Longitude value| Method Detail |
|---|
public float getMinLatitude()
setMinLatitude(float)public void setMinLatitude(float value)
value - new valuegetMinLatitude()public float getMaxLatitude()
setMaxLatitude(float)public void setMaxLatitude(float value)
value - new valuegetMaxLatitude()public float getMinLongitude()
setMinLongitude(float)public void setMinLongitude(float value)
value - new valuegetMinLongitude()public float getMaxLongitude()
setMaxLongitude(float)public void setMaxLongitude(float value)
value - new valuegetMaxLongitude()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||