gistoolkit.datasources.shapefile
Class MultiPolygonM

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.MultiPolygon
          extended bygistoolkit.datasources.shapefile.MultiPolygonM
Direct Known Subclasses:
MultiPolygonZ

public class MultiPolygonM
extends MultiPolygon

Just like MultiPolygon, but with points with m values.


Field Summary
 
Fields inherited from class gistoolkit.features.Shape
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER
 
Constructor Summary
MultiPolygonM()
          MultiPolygonM constructor comment.
MultiPolygonM(Polygon[] inPolygons)
          MultiPolygonM constructor comment.
MultiPolygonM(Polygon[] inPolygons, Envelope inEnvelope)
          MultiPolygonM constructor comment.
 
Method Summary
 double getMaxM()
          returns the maximum M value.
 double getMinM()
          returns the minimum M value.
 void setMaxM(double inMaxM)
          Sets the maximum M value;
 void setMinM(double inMinM)
          Sets the minimum M value;
 
Methods inherited from class gistoolkit.features.MultiPolygon
add, add, addPolygon, calculateEnvelope, clone, contains, getClosestIndex, getClosestPoint, getDistanceToPoint, getEnvelope, getNumPoints, getPoint, getPoints, getPolygons, getShapeType, getWKT, intersects, intersectsMultiPolygon, intersectsRasterShape, remove, removePolygon, setPoint, translate
 
Methods inherited from class gistoolkit.features.Shape
distance, getDistance, getDistanceToEnvelope, getDistanceToLine, getDistanceToLine, getLinesIntersect, linesIntersect, linesIntersect, pointOnLine, pointOnLine
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPolygonM

public MultiPolygonM()
MultiPolygonM constructor comment.


MultiPolygonM

public MultiPolygonM(Polygon[] inPolygons)
MultiPolygonM constructor comment.

Parameters:
inPolygons - gistoolkit.features.Polygon[]

MultiPolygonM

public MultiPolygonM(Polygon[] inPolygons,
                     Envelope inEnvelope)
MultiPolygonM constructor comment.

Parameters:
inPolygons - gistoolkit.features.Polygon[]
inEnvelope - gistoolkit.features.Envelope
Method Detail

getMaxM

public double getMaxM()
returns the maximum M value.


getMinM

public double getMinM()
returns the minimum M value.


setMaxM

public void setMaxM(double inMaxM)
Sets the maximum M value;


setMinM

public void setMinM(double inMinM)
Sets the minimum M value;