copyright The Portico Project 2008.

org.portico.shared.model
Class Extent.Range

java.lang.Object
  extended by org.portico.shared.model.Extent.Range
All Implemented Interfaces:
Serializable
Enclosing class:
Extent

public class Extent.Range
extends Object
implements Serializable

A Range is a structure that contains an upper and lower bound for a specific Dimension. Multiple instances of these can be contained within a single Extent.

See Also:
Serialized Form

Field Summary
 long lowerBound
           
private static long serialVersionUID
           
 long upperBound
           
 
Constructor Summary
Extent.Range()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

lowerBound

public long lowerBound

upperBound

public long upperBound
Constructor Detail

Extent.Range

public Extent.Range()

copyright The Portico Project 2008.