gistoolkit.datasources.shapefile
Class ExtentsM
java.lang.Object
gistoolkit.features.Envelope
gistoolkit.datasources.shapefile.ExtentsM
- Direct Known Subclasses:
- ExtentsZ
- public class ExtentsM
- extends Envelope
Extents to support the M value
- Author:
- head
Constructor Summary |
ExtentsM(double inTopX,
double inTopY,
double inBottomX,
double inBottomY)
ExtentsZ constructor comment. |
ExtentsM(double inTopX,
double inTopY,
double inBottomX,
double inBottomY,
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 |
myMinM
public double myMinM
myMaxM
public double myMaxM
ExtentsM
public ExtentsM(double inTopX,
double inTopY,
double inBottomX,
double inBottomY)
- ExtentsZ constructor comment.
- Parameters:
inTopX
- doubleinTopY
- doubleinBottomX
- doubleinBottomY
- double
ExtentsM
public ExtentsM(double inTopX,
double inTopY,
double inBottomX,
double inBottomY,
double inMinM,
double inMaxM)
- ExtentsZ constructor comment.
- Parameters:
inTopX
- doubleinTopY
- doubleinBottomX
- doubleinBottomY
- double