thredds.wcs.v1_0_0_Plus
Class AxisSubset

java.lang.Object
  extended by thredds.wcs.v1_0_0_Plus.AxisSubset

public class AxisSubset
extends Object

_more_

Since:
4.0
Author:
edavis

Constructor Summary
AxisSubset(CoordinateAxis1D coordAxis, double minimum, double maximum, int stride)
           
 
Method Summary
 double getMaximum()
           
 double getMinimum()
           
 Range getRange()
           
 int getStride()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisSubset

public AxisSubset(CoordinateAxis1D coordAxis,
                  double minimum,
                  double maximum,
                  int stride)
Method Detail

getMinimum

public double getMinimum()

getMaximum

public double getMaximum()

getStride

public int getStride()

toString

public String toString()
Overrides:
toString in class Object

getRange

public Range getRange()
               throws InvalidRangeException
Throws:
InvalidRangeException


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