|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.features.Shape
gistoolkit.features.Polygon
gistoolkit.datasources.shapefile.PolygonM
gistoolkit.datasources.shapefile.PolygonZ
Just like a polygon, but with an Z coordinate.
Field Summary |
Fields inherited from class gistoolkit.features.Shape |
EQUAL_LIMIT, LINEARRING, LINESTRING, MULTILINESTRING, MULTIPOINT, MULTIPOLYGON, myEnvelope, NULLSHAPE, POINT, POLYGON, RASTER |
Constructor Summary | |
PolygonZ()
PolygonM constructor comment. |
|
PolygonZ(LinearRing inLinearRing)
PolygonM constructor comment. |
|
PolygonZ(LinearRing inLinearRing,
LinearRing[] inHoles)
PolygonM 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.PolygonM |
getMaxM, getMinM, setMaxM, setMinM |
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 |
public PolygonZ()
public PolygonZ(LinearRing inLinearRing)
inLinearRing
- gistoolkit.features.LinearRingpublic PolygonZ(LinearRing inLinearRing, LinearRing[] inHoles)
inLinearRing
- gistoolkit.features.LinearRinginHoles
- gistoolkit.features.LinearRing[]Method 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 |