gistoolkit.datasources.shapefile
Class ExtentsZ
java.lang.Object
gistoolkit.features.Envelope
gistoolkit.datasources.shapefile.ExtentsM
gistoolkit.datasources.shapefile.ExtentsZ
- public class ExtentsZ
- extends ExtentsM
Insert the type's description here.
- Author:
- head
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 |
myMinZ
public double myMinZ
myMaxZ
public double myMaxZ
ExtentsZ
public ExtentsZ(double inTopX,
double inTopY,
double inBottomX,
double inBottomY)
- ExtentsZ constructor comment.
- Parameters:
inTopX
- doubleinTopY
- doubleinBottomX
- doubleinBottomY
- double
ExtentsZ
public ExtentsZ(double inTopX,
double inTopY,
double inBottomX,
double inBottomY,
double inMinZ,
double inMaxZ)
- ExtentsZ constructor comment.
- Parameters:
inTopX
- doubleinTopY
- doubleinBottomX
- doubleinBottomY
- 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
- doubleinTopY
- doubleinBottomX
- doubleinBottomY
- double