gistoolkit.datasources.shapefile
Class ExtentsZ

java.lang.Object
  extended bygistoolkit.features.Envelope
      extended bygistoolkit.datasources.shapefile.ExtentsM
          extended bygistoolkit.datasources.shapefile.ExtentsZ

public class ExtentsZ
extends ExtentsM

Insert the type's description here.

Author:
head

Field Summary
 double myMaxZ
           
 double myMinZ
           
 
Fields inherited from class gistoolkit.datasources.shapefile.ExtentsM
myMaxM, myMinM
 
Constructor Summary
ExtentsZ(double inTopX, double inTopY, double inBottomX, double inBottomY)
          ExtentsZ constructor comment.
ExtentsZ(double inTopX, double inTopY, double inBottomX, double inBottomY, double inMinZ, double inMaxZ)
          ExtentsZ constructor comment.
ExtentsZ(double inTopX, double inTopY, double inBottomX, double inBottomY, double inMinZ, double inMaxZ, double inMinM, double inMaxM)
          ExtentsZ constructor comment.
 
Methods inherited from class gistoolkit.features.Envelope
clone, contains, contains, getHeight, getMaxX, getMaxY, getMinX, getMinY, getOverlap, getPolygon, getWidth, intersects, isEqual, overlaps, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myMinZ

public double myMinZ

myMaxZ

public double myMaxZ
Constructor Detail

ExtentsZ

public ExtentsZ(double inTopX,
                double inTopY,
                double inBottomX,
                double inBottomY)
ExtentsZ constructor comment.

Parameters:
inTopX - double
inTopY - double
inBottomX - double
inBottomY - double

ExtentsZ

public ExtentsZ(double inTopX,
                double inTopY,
                double inBottomX,
                double inBottomY,
                double inMinZ,
                double inMaxZ)
ExtentsZ constructor comment.

Parameters:
inTopX - double
inTopY - double
inBottomX - double
inBottomY - double

ExtentsZ

public ExtentsZ(double inTopX,
                double inTopY,
                double inBottomX,
                double inBottomY,
                double inMinZ,
                double inMaxZ,
                double inMinM,
                double inMaxM)
ExtentsZ constructor comment.

Parameters:
inTopX - double
inTopY - double
inBottomX - double
inBottomY - double