org.n52.oxf.ows.capabilities
Interface IRangeValueDomain<T>

All Superinterfaces:
IValueDomain<T>
All Known Implementing Classes:
BoundingBox, BoundingBox2D, BoundingBox3D, DoubleRangeValueDomain, IntegerRangeValueDomain

public interface IRangeValueDomain<T>
extends IValueDomain<T>

Author:
Arne Broering

Method Summary
 Object getMaxValue()
           
 Object getMinValue()
           
 
Methods inherited from interface org.n52.oxf.ows.capabilities.IValueDomain
containsValue, getDomainDescription, produceValue, toXML
 

Method Detail

getMaxValue

Object getMaxValue()
Returns:
the maximum value of this RangeValueDomain. Of course the return type Object can be replaced by a specialized type. (e.g. BoundingBox: public double[] getMaxValue() )

getMinValue

Object getMinValue()
Returns:
the minimum value of this RangeValueDomain. Of course the return type Object can be replaced by a specialized type. (e.g. BoundingBox: public double[] getMinValue() )


Copyright © 2012-2013 52north.org. All Rights Reserved.