org.opengts.extra.shapefile
Class Range

java.lang.Object
  extended by org.opengts.extra.shapefile.Range

public class Range
extends java.lang.Object


Constructor Summary
Range(double min, double max)
           
Range(Payload p)
           
Range(Range r)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 java.lang.String toString()
           
 Payload write(Payload p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Range

public Range(Range r)

Range

public Range(Payload p)

Range

public Range(double min,
             double max)
Method Detail

getMin

public double getMin()

getMax

public double getMax()

write

public Payload write(Payload p)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object