|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.grids.IlvLatLonRectangleGridZone
public abstract class IlvLatLonRectangleGridZone
This class represents a grid zone included in a lat/lon rectangle.
| Constructor Summary | |
|---|---|
IlvLatLonRectangleGridZone()
Default constructor. |
|
| Method Summary | |
|---|---|
Rectangle2D.Double |
computeXYBounds()
Computes a bounding rectangle of this grid zone by projecting its lat/lon corners and the middle points on the lat/lon borders. |
double |
getLatMax()
Returns the maximal latitude of this grid zone. |
double |
getLatMed()
Returns the median latitude of this grid zone. |
double |
getLatMin()
Returns the minimal latitude of this grid zone. |
double |
getLonMax()
Returns the maximal longitude of this grid zone. |
double |
getLonMed()
Returns the median longitude of this grid zone. |
double |
getLonMin()
Returns the minimal longitude of this grid zone. |
protected void |
setLatMax(double latMax)
Sets the maximum latitude of the zone. |
protected void |
setLatMin(double latMin)
Sets the minimum latitude of the zone. |
protected void |
setLonMax(double lonMax)
Sets the maximum longitude of the zone. |
protected void |
setLonMin(double lonMin)
Sets the minimum longitude of the zone. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ilog.views.maps.grids.IlvGridZone |
|---|
getProjection, getSubgridIdentification |
| Constructor Detail |
|---|
public IlvLatLonRectangleGridZone()
| Method Detail |
|---|
protected void setLatMax(double latMax)
latMax - The latMax to set.protected void setLatMin(double latMin)
latMin - The latMin to set.protected void setLonMax(double lonMax)
lonMax - The lonMax to set.protected void setLonMin(double lonMin)
lonMin - The lonMin to set.public Rectangle2D.Double computeXYBounds()
computeXYBounds in interface IlvGridZonepublic double getLatMax()
public double getLatMed()
public double getLatMin()
public double getLonMax()
public double getLonMed()
public double getLonMin()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||