|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Line2D
org.geotools.geometry.iso.util.topology.BRepEdge2D
public abstract class BRepEdge2D
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Line2D |
---|
java.awt.geom.Line2D.Double, java.awt.geom.Line2D.Float |
Field Summary | |
---|---|
protected BRepFace2D |
surfaceLeft
|
protected BRepFace2D |
surfaceRight
|
java.lang.Object |
value
|
Constructor Summary | |
---|---|
protected |
BRepEdge2D(BRepFace2D surfaceRight,
BRepFace2D surfaceLeft)
|
Method Summary | |
---|---|
BRepFace2D |
getSurfaceLeft()
|
BRepFace2D |
getSurfaceRight()
|
Methods inherited from class java.awt.geom.Line2D |
---|
clone, contains, contains, contains, contains, getBounds, getP1, getP2, getPathIterator, getPathIterator, getX1, getX2, getY1, getY2, intersects, intersects, intersectsLine, intersectsLine, linesIntersect, ptLineDist, ptLineDist, ptLineDist, ptLineDistSq, ptLineDistSq, ptLineDistSq, ptSegDist, ptSegDist, ptSegDist, ptSegDistSq, ptSegDistSq, ptSegDistSq, relativeCCW, relativeCCW, relativeCCW, setLine, setLine, setLine |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.awt.Shape |
---|
getBounds2D |
Field Detail |
---|
protected BRepFace2D surfaceRight
protected BRepFace2D surfaceLeft
public java.lang.Object value
Constructor Detail |
---|
protected BRepEdge2D(BRepFace2D surfaceRight, BRepFace2D surfaceLeft)
Method Detail |
---|
public BRepFace2D getSurfaceRight()
public BRepFace2D getSurfaceLeft()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |