|
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 Triangle
A Triangle
is a SurfacePatch
defined by three 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 three control points. |
Point |
getPoint2()
Returns the second of the three control points. |
Point |
getPoint3()
Returns the last of the three 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()
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 |