thredds.wcs
Class Request.BoundingBox

java.lang.Object
  extended by thredds.wcs.Request.BoundingBox
Enclosing interface:
Request

public static class Request.BoundingBox
extends Object

Represent a bounding box in some CRS.


Constructor Summary
Request.BoundingBox(double[] minPoint, double[] maxPoint)
           
 
Method Summary
 int getDimensionLength()
           
 double getMaxPointValue(int index)
           
 double getMinPointValue(int index)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Request.BoundingBox

public Request.BoundingBox(double[] minPoint,
                           double[] maxPoint)
Method Detail

getDimensionLength

public int getDimensionLength()

getMinPointValue

public double getMinPointValue(int index)

getMaxPointValue

public double getMaxPointValue(int index)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.