it.geosolutions.jaiext.range
Class RangeDouble

java.lang.Object
  extended by it.geosolutions.jaiext.range.Range
      extended by it.geosolutions.jaiext.range.RangeDouble

public class RangeDouble
extends Range

This class is a subclass of the Range class handling double data.


Nested Class Summary
 
Nested classes/interfaces inherited from class it.geosolutions.jaiext.range.Range
Range.DataType
 
Method Summary
 boolean contains(double value)
          Method for checking if a double value is contained inside the Range
 Range.DataType getDataType()
          Returns the Range data Type
 Number getMax()
          Returns the maximum bound of the Range
 Number getMin()
          Returns the minimum bound of the Range
 boolean isPoint()
          Indicates if the Range is a degenerated single point Range or not
 
Methods inherited from class it.geosolutions.jaiext.range.Range
contains, contains, contains, contains, contains, contains
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

contains

public boolean contains(double value)
Description copied from class: Range
Method for checking if a double value is contained inside the Range

Overrides:
contains in class Range

getDataType

public Range.DataType getDataType()
Description copied from class: Range
Returns the Range data Type

Specified by:
getDataType in class Range

isPoint

public boolean isPoint()
Description copied from class: Range
Indicates if the Range is a degenerated single point Range or not

Specified by:
isPoint in class Range

getMax

public Number getMax()
Description copied from class: Range
Returns the maximum bound of the Range

Specified by:
getMax in class Range

getMin

public Number getMin()
Description copied from class: Range
Returns the minimum bound of the Range

Specified by:
getMin in class Range


Copyright © 2006–2015 GeoSolutions. All rights reserved.