com.metsci.glimpse.charts.shoreline
Class LandBox

java.lang.Object
  extended by com.metsci.glimpse.charts.shoreline.LandBox

public class LandBox
extends java.lang.Object

Author:
hogye

Field Summary
 double eastLon
           
 boolean isSwCornerLand
           
 double northLat
           
 double southLat
           
 double westLon
           
 
Constructor Summary
LandBox(double northLat, double southLat, double eastLon, double westLon, boolean isSwCornerLand)
           
LandBox(LatLonGeo swCorner, LatLonGeo neCorner, boolean isSwCornerLand)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

northLat

public final double northLat

southLat

public final double southLat

eastLon

public final double eastLon

westLon

public final double westLon

isSwCornerLand

public final boolean isSwCornerLand
Constructor Detail

LandBox

public LandBox(LatLonGeo swCorner,
               LatLonGeo neCorner,
               boolean isSwCornerLand)

LandBox

public LandBox(double northLat,
               double southLat,
               double eastLon,
               double westLon,
               boolean isSwCornerLand)


Copyright © 2012 Metron, Inc.. All Rights Reserved.