org.iges.util
Class Bounds

java.lang.Object
  |
  +--org.iges.util.Bounds

public class Bounds
extends java.lang.Object

This is actually a container for two similar classes, Bounds.Grid and Bounds.World. Both represent a 4-dimensional constraint (a dimension environment, in GrADS terms). The methods are similar in function, but take different primitive types as arguments Although there is no formal relationship between them, they are grouped together to emphasize their similarity. Last modified: $Date: 2002/04/24 21:49:17 $ Revision for this file: $Revision: 1.1.1.1 $ Release name: $Name: $ Original for this file: $Source: /var/homes/cvs/gds/src/org/iges/util/Bounds.java,v $


Nested Class Summary
static class Bounds.Grid
          Represents a 4-dimensional constraint in grid (relative) coordinates.
static class Bounds.World
          Represents a 4-dimensional constraint in world (absolute) coordinates.
 
Constructor Summary
Bounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bounds

public Bounds()