gistoolkit.datasources.shapefile
Class LineStringM

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.LineString
          extended bygistoolkit.datasources.shapefile.LineStringM
Direct Known Subclasses:
LineStringZ

public class LineStringM
extends LineString

Just like a line string exept it is composed of points with M coordinates.


Field Summary
 
Fields inherited from class gistoolkit.features.Shape
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER
 
Constructor Summary
LineStringM()
          LineStringM constructor comment.
LineStringM(double[] inXs, double[] inYs)
          LineStringM constructor comment.
LineStringM(Point[] inPoints)
          LineStringM 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.LineString
add, add, calculateEnvelope, clone, contains, containsLine, containsMultiLine, containsPoint, getClosestIndex, getClosestPoint, getDistanceToPoint, getEnvelope, getNumPoints, getPoint, getPoints, getShapeType, getWKT, getXCoordinates, getYCoordinates, intersects, intersectsLinearRing, intersectsLineString, intersectsMultiLineString, intersectsMultiPolygon, intersectsPoint, intersectsPoint, intersectsPolygon, intersectsRasterShape, remove, 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

LineStringM

public LineStringM()
LineStringM constructor comment.


LineStringM

public LineStringM(double[] inXs,
                   double[] inYs)
LineStringM constructor comment.

Parameters:
inXs - double[]
inYs - double[]

LineStringM

public LineStringM(Point[] inPoints)
LineStringM constructor comment.

Parameters:
inPoints - gistoolkit.features.Point[]
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;