org.deegree.ogcwebservices
Class LonLatEnvelope
java.lang.Object
  
org.deegree.ogcwebservices.LonLatEnvelope
- All Implemented Interfaces: 
 - Serializable, Cloneable
 
public class LonLatEnvelope
- extends Object
- implements Cloneable, Serializable
  
- Since:
 
  - 2.0
 
- Version:
 
  - $Revision: 6259 $, 1.0. $Revision: 6259 $, $Date: 2007-03-20 10:15:15 +0100 (Di, 20 Mär 2007) $
 
- Author:
 
  - Andreas Poth, last edited by: $Author: bezema $
 
- See Also:
 - Serialized Form
 
 
 
 
LonLatEnvelope
public LonLatEnvelope(Point min,
                      Point max)
- Parameters:
 min - max - 
LonLatEnvelope
public LonLatEnvelope(Point min,
                      Point max,
                      String srs)
- Parameters:
 min - max - srs - 
LonLatEnvelope
public LonLatEnvelope(Point min,
                      Point max,
                      TimePosition[] timePositions,
                      String srs)
- Parameters:
 min - max - timePositions - srs - 
LonLatEnvelope
public LonLatEnvelope(double minx,
                      double miny,
                      double maxx,
                      double maxy)
- Parameters:
 minx - miny - maxx - maxy - 
LonLatEnvelope
public LonLatEnvelope(Envelope envelope)
- Parameters:
 envelope - 
getMax
public Point getMax()
 
- Returns:
 - Returns the max.
 
 
setMax
public void setMax(Point max)
 
- Parameters:
 max - The max to set.
 
getMin
public Point getMin()
 
- Returns:
 - Returns the min.
 
 
setMin
public void setMin(Point min)
 
- Parameters:
 min - The min to set.
 
getSrs
public String getSrs()
 
- Returns:
 - Returns the srs.
 
 
setSrs
public void setSrs(String srs)
 
- Parameters:
 srs - The srs to set.
 
getTimePositions
public TimePosition[] getTimePositions()
 
- Returns:
 - Returns the timePositions.
 
 
setTimePositions
public void setTimePositions(TimePosition[] timePositions)
 
- Parameters:
 timePositions - The timePositions to set.
 
clone
public Object clone()
- Overrides:
 clone in class Object
 
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net