Uses of Class
org.geotools.geometry.iso.topograph2D.DirectedEdge

Packages that use DirectedEdge
org.geotools.geometry.iso.operation.overlay An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of DirectedEdge in org.geotools.geometry.iso.operation.overlay
 

Methods in org.geotools.geometry.iso.operation.overlay that return DirectedEdge
 DirectedEdge MaximalEdgeRing.getNext(DirectedEdge de)
           
 DirectedEdge MinimalEdgeRing.getNext(DirectedEdge de)
           
 

Methods in org.geotools.geometry.iso.operation.overlay with parameters of type DirectedEdge
 DirectedEdge MaximalEdgeRing.getNext(DirectedEdge de)
           
 DirectedEdge MinimalEdgeRing.getNext(DirectedEdge de)
           
 void MaximalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 void MinimalEdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 

Constructors in org.geotools.geometry.iso.operation.overlay with parameters of type DirectedEdge
MaximalEdgeRing(DirectedEdge start, org.opengis.referencing.crs.CoordinateReferenceSystem crs, CGAlgorithms cga)
           
MinimalEdgeRing(DirectedEdge start, org.opengis.referencing.crs.CoordinateReferenceSystem crs, CGAlgorithms cga)
           
 

Uses of DirectedEdge in org.geotools.geometry.iso.topograph2D
 

Fields in org.geotools.geometry.iso.topograph2D declared as DirectedEdge
protected  DirectedEdge EdgeRing.startDe
           
 

Methods in org.geotools.geometry.iso.topograph2D that return DirectedEdge
 DirectedEdge DirectedEdge.getNext()
           
abstract  DirectedEdge EdgeRing.getNext(DirectedEdge de)
           
 DirectedEdge DirectedEdge.getNextMin()
           
 DirectedEdge DirectedEdgeStar.getRightmostEdge()
           
 DirectedEdge DirectedEdge.getSym()
          Each Edge gives rise to a pair of symmetric DirectedEdges, in opposite directions.
 

Methods in org.geotools.geometry.iso.topograph2D with parameters of type DirectedEdge
 void DirectedEdgeStar.computeDepths(DirectedEdge de)
           
protected  void EdgeRing.computePoints(DirectedEdge start)
          Collect all the points from the DirectedEdges of this ring into a contiguous list
abstract  DirectedEdge EdgeRing.getNext(DirectedEdge de)
           
abstract  void EdgeRing.setEdgeRing(DirectedEdge de, EdgeRing er)
           
 void DirectedEdge.setNext(DirectedEdge next)
           
 void DirectedEdge.setNextMin(DirectedEdge nextMin)
           
 void DirectedEdge.setSym(DirectedEdge de)
           
 

Constructors in org.geotools.geometry.iso.topograph2D with parameters of type DirectedEdge
EdgeRing(DirectedEdge start, org.opengis.referencing.crs.CoordinateReferenceSystem crs, CGAlgorithms cga)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.