org.geotools.geometry.iso.util.topology
Class BRepEdge2D

java.lang.Object
  extended by java.awt.geom.Line2D
      extended by org.geotools.geometry.iso.util.topology.BRepEdge2D
All Implemented Interfaces:
java.awt.Shape, java.lang.Cloneable
Direct Known Subclasses:
BdryEdge2D

public abstract class BRepEdge2D
extends java.awt.geom.Line2D

Author:
roehrig TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

surfaceRight

protected BRepFace2D surfaceRight

surfaceLeft

protected BRepFace2D surfaceLeft

value

public java.lang.Object value
Constructor Detail

BRepEdge2D

protected BRepEdge2D(BRepFace2D surfaceRight,
                     BRepFace2D surfaceLeft)
Method Detail

getSurfaceRight

public BRepFace2D getSurfaceRight()
Returns:
Returns the surfaceRight.

getSurfaceLeft

public BRepFace2D getSurfaceLeft()
Returns:
Returns the surfaceLeft.


Copyright © 1996-2010 Geotools. All Rights Reserved.