|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rectangle
A Rectangle
is a PolygonPatch
defined by four planar points.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.patches.PolygonPatch |
---|
PolygonPatch.PolygonPatchType |
Nested classes/interfaces inherited from interface org.deegree.geometry.primitive.patches.SurfacePatch |
---|
SurfacePatch.SurfacePatchType |
Method Summary | |
---|---|
List<LinearRing> |
getBoundaryRings()
Returns the boundary rings (interior + exteriors) |
LinearRing |
getExteriorRing()
Returns the sequence of control points as a LinearRing . |
Point |
getPoint1()
Returns the first of the four control points. |
Point |
getPoint2()
Returns the second of the four control points. |
Point |
getPoint3()
Returns the third of the four control points. |
Point |
getPoint4()
Returns the last of the four control points. |
Methods inherited from interface org.deegree.geometry.primitive.patches.PolygonPatch |
---|
getInteriorRings, getPolygonPatchType |
Methods inherited from interface org.deegree.geometry.primitive.patches.SurfacePatch |
---|
getArea, getCoordinateDimension, getSurfacePatchType |
Method Detail |
---|
Point getPoint1()
Point getPoint2()
Point getPoint3()
Point getPoint4()
LinearRing getExteriorRing()
LinearRing
.
getExteriorRing
in interface PolygonPatch
List<LinearRing> getBoundaryRings()
PolygonPatch
getBoundaryRings
in interface PolygonPatch
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |