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

java.lang.Object
  extended by org.geotools.geometry.iso.util.topology.BdryRing2D

public class BdryRing2D
extends java.lang.Object

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

Field Summary
protected  java.util.LinkedList edges
           
protected  boolean orientation
           
 
Constructor Summary
BdryRing2D()
           
 
Method Summary
 java.util.LinkedList getEdges()
           
 void split(double maxLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edges

protected java.util.LinkedList edges

orientation

protected boolean orientation
Constructor Detail

BdryRing2D

public BdryRing2D()
Method Detail

getEdges

public java.util.LinkedList getEdges()
Returns:
Returns the boundaryEdges ArrayList

split

public void split(double maxLength)
Parameters:
maxLength -


Copyright © 1996-2010 Geotools. All Rights Reserved.