public interface IRangeValueDomain<T> extends IValueDomain<T>
Modifier and Type | Method and Description |
---|---|
Object |
getMaxValue() |
Object |
getMinValue() |
containsValue, getDomainDescription, produceValue, toXML
Object getMaxValue()
Object
can be replaced by a specialized type.
(e.g. BoundingBox: public double[] getMaxValue()
)Object getMinValue()
Object
can be replaced by a specialized type.
(e.g. BoundingBox: public double[] getMinValue()
)Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.