org.gvsig.remoteclient.utils
Class BoundaryBox

java.lang.Object
  extended by org.gvsig.remoteclient.utils.BoundaryBox

public class BoundaryBox
extends java.lang.Object


Constructor Summary
BoundaryBox()
           
 
Method Summary
static BoundaryBox clipGeodeticBBox(BoundaryBox bbox)
           
 java.lang.String getSrs()
          Represents ...
 double getXmax()
          Represents ...
 double getXmin()
          Represents ...
 double getYmax()
          Represents ...
 double getYmin()
          Represents ...
 void setSrs(java.lang.String _srs)
          Represents ...
 void setXmax(double _xmax)
          Represents ...
 void setXmin(double _xmin)
          Represents ...
 void setYmax(double _ymax)
          Represents ...
 void setYmin(double _ymin)
          Represents ...
 java.lang.String toString()
           
static boolean validLat(double v)
           
static boolean validLon(double v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundaryBox

public BoundaryBox()
Method Detail

getXmin

public double getXmin()

Represents ...

Returns:

setXmin

public void setXmin(double _xmin)

Represents ...

Parameters:
_xmin -

getXmax

public double getXmax()

Represents ...

Returns:

setXmax

public void setXmax(double _xmax)

Represents ...

Parameters:
_xmax -

getYmin

public double getYmin()

Represents ...

Returns:

setYmin

public void setYmin(double _ymin)

Represents ...

Parameters:
_ymin -

getYmax

public double getYmax()

Represents ...

Returns:

setYmax

public void setYmax(double _ymax)

Represents ...

Parameters:
_ymax -

getSrs

public java.lang.String getSrs()

Represents ...

Returns:

setSrs

public void setSrs(java.lang.String _srs)

Represents ...

Parameters:
_srs -

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

validLat

public static boolean validLat(double v)

validLon

public static boolean validLon(double v)

clipGeodeticBBox

public static BoundaryBox clipGeodeticBBox(BoundaryBox bbox)


Copyright © 2004-2013 gvSIG. All Rights Reserved.