|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Shape
gistoolkit.features.MultiPolygon
gistoolkit.datasources.shapefile.MultiPolygonM
gistoolkit.datasources.shapefile.MultiPolygonZ
Just like MultiPolygon, but with points with Z values.
Field Summary |
Fields inherited from class gistoolkit.features.Shape |
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER |
Constructor Summary | |
MultiPolygonZ()
MultiPolygonM constructor comment. |
|
MultiPolygonZ(Polygon[] inPolygons)
MultiPolygonM constructor comment. |
|
MultiPolygonZ(Polygon[] inPolygons,
Envelope inEnvelope)
MultiPolygonM 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.MultiPolygonM |
getMaxM, getMinM, setMaxM, setMinM |
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 |
public MultiPolygonZ()
public MultiPolygonZ(Polygon[] inPolygons)
inPolygons
- gistoolkit.features.Polygon[]public MultiPolygonZ(Polygon[] inPolygons, Envelope inEnvelope)
inPolygons
- gistoolkit.features.Polygon[]inEnvelope
- gistoolkit.features.EnvelopeMethod Detail |
public double getMaxZ()
public double getMinZ()
public void setMaxZ(double inMaxZ)
public void setMinZ(double inMinZ)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |