|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Shape
gistoolkit.features.MultiPoint
gistoolkit.datasources.shapefile.MultiPointM
A collection of multi points of the type M
Field Summary |
Fields inherited from class gistoolkit.features.Shape |
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER |
Constructor Summary | |
MultiPointM()
MultiPointM constructor comment. |
|
MultiPointM(double[] inXs,
double[] inYs)
MultiPointM constructor comment. |
|
MultiPointM(double inX,
double inY)
MultiPointM constructor comment. |
|
MultiPointM(Point[] inPoints)
MultiPointM constructor comment. |
|
MultiPointM(Point[] inPoints,
double inMmin,
double inMmax,
double[] inMs)
MultiPointM 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.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 |
public MultiPointM()
public MultiPointM(double[] inXs, double[] inYs)
inXs
- double[]inYs
- double[]public MultiPointM(Point[] inPoints)
inPoints
- gistoolkit.features.Point[]public MultiPointM(Point[] inPoints, double inMmin, double inMmax, double[] inMs)
inPoints
- gistoolkit.features.Point[]public MultiPointM(double inX, double inY)
inX
- doubleinY
- doubleMethod Detail |
public double getMaxM()
public double getMinM()
public void setMaxM(double inMaxM)
public void setMinM(double inMinM)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |