gistoolkit.datasources.shapefile
Class ExtentsM

java.lang.Object
  extended bygistoolkit.features.Envelope
      extended bygistoolkit.datasources.shapefile.ExtentsM
Direct Known Subclasses:
ExtentsZ

public class ExtentsM
extends Envelope

Extents to support the M value

Author:
head

Field Summary
 double myMaxM
           
 double myMinM
           
 
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
 

Field Detail

myMinM

public double myMinM

myMaxM

public double myMaxM
Constructor Detail

ExtentsM

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

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

ExtentsM

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

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