gistoolkit.datasources.shapefile
Class MultiPointZ

java.lang.Object
  extended bygistoolkit.features.Shape
      extended bygistoolkit.features.MultiPoint
          extended bygistoolkit.datasources.shapefile.MultiPointM
              extended bygistoolkit.datasources.shapefile.MultiPointZ

public class MultiPointZ
extends MultiPointM

A collection of multi points of the type Z


Field Summary
 
Fields inherited from class gistoolkit.features.Shape
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER
 
Constructor Summary
MultiPointZ()
          MultiPointM constructor comment.
MultiPointZ(double[] inXs, double[] inYs)
          MultiPointM constructor comment.
MultiPointZ(double inX, double inY)
          MultiPointM constructor comment.
MultiPointZ(Point[] inPoints)
          MultiPointM constructor comment.
MultiPointZ(Point[] inPoints, double inMmin, double inMmax, double[] inMs)
          MultiPointM constructor comment.
 
Method Summary
 double getMaxZ()
          returns the maximum Z value.
 double getMinZ()
          returns the minimum Z value.
 void setMaxZ(double inMaxZ)
          Sets the maximum Z value;
 void setMinZ(double inMinZ)
          Sets the minimum Z value;
 
Methods inherited from class gistoolkit.datasources.shapefile.MultiPointM
getMaxM, getMinM, setMaxM, setMinM
 
Methods inherited from class gistoolkit.features.MultiPoint
add, add, calculateEnvelope, clone, getClosestIndex, getClosestPoint, getDistanceToPoint, getEnvelope, getNumPoints, getPoint, getPoints, getShapeType, getWKT, getXCoordinates, getYCoordinates, intersects, intersectsLinearRing, intersectsLineString, intersectsMultiLineString, intersectsMultiPoint, intersectsMultiPolygon, intersectsPolygon, intersectsRasterShape, remove, setPoint, translate
 
Methods inherited from class gistoolkit.features.Shape
contains, 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

MultiPointZ

public MultiPointZ()
MultiPointM constructor comment.


MultiPointZ

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

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

MultiPointZ

public MultiPointZ(Point[] inPoints)
MultiPointM constructor comment.

Parameters:
inPoints - gistoolkit.features.Point[]

MultiPointZ

public MultiPointZ(Point[] inPoints,
                   double inMmin,
                   double inMmax,
                   double[] inMs)
MultiPointM constructor comment.

Parameters:
inPoints - gistoolkit.features.Point[]

MultiPointZ

public MultiPointZ(double inX,
                   double inY)
MultiPointM constructor comment.

Parameters:
inX - double
inY - double
Method Detail

getMaxZ

public double getMaxZ()
returns the maximum Z value.


getMinZ

public double getMinZ()
returns the minimum Z value.


setMaxZ

public void setMaxZ(double inMaxZ)
Sets the maximum Z value;


setMinZ

public void setMinZ(double inMinZ)
Sets the minimum Z value;