gistoolkit.datasources.shapefile
Class PolygonM

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.Polygon
          extended bygistoolkit.datasources.shapefile.PolygonM
Direct Known Subclasses:
PolygonZ

public class PolygonM
extends Polygon

Just like a polygon, but with an M coordinate.


Field Summary
 
Fields inherited from class gistoolkit.features.Shape
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER
 
Constructor Summary
PolygonM()
          PolygonM constructor comment.
PolygonM(LinearRing inLinearRing)
          PolygonM constructor comment.
PolygonM(LinearRing inLinearRing, LinearRing[] inHoles)
          PolygonM 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.Polygon
add, add, addHole, calculateEnvelope, clone, contains, getCentroid, getClosestIndex, getClosestPoint, getDistanceToPoint, getEnvelope, getHoles, getNumPoints, getPoint, getPoints, getPosativeRing, getShapeType, getWKT, intersects, intersectsMultiPolygon, intersectsPolygon, intersectsRasterShape, isPointInPolygon, isPointInRing, remove, removeHole, 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

PolygonM

public PolygonM()
PolygonM constructor comment.


PolygonM

public PolygonM(LinearRing inLinearRing)
PolygonM constructor comment.

Parameters:
inLinearRing - gistoolkit.features.LinearRing

PolygonM

public PolygonM(LinearRing inLinearRing,
                LinearRing[] inHoles)
PolygonM constructor comment.

Parameters:
inLinearRing - gistoolkit.features.LinearRing
inHoles - gistoolkit.features.LinearRing[]
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;