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

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

public class BdryFace2D
extends BRepFace2D

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

Field Summary
protected  BdryRing2D extRing
           
protected  java.util.ArrayList intRings
           
 
Fields inherited from class org.geotools.geometry.iso.util.topology.BRepFace2D
value
 
Constructor Summary
BdryFace2D(BdryRing2D extRing, java.util.List intRings)
           
 
Method Summary
 BdryRing2D getExtRing()
           
 java.util.ArrayList getIntRings()
           
 void split(double maxLength)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extRing

protected BdryRing2D extRing

intRings

protected java.util.ArrayList intRings
Constructor Detail

BdryFace2D

public BdryFace2D(BdryRing2D extRing,
                  java.util.List intRings)
Method Detail

getExtRing

public BdryRing2D getExtRing()
Returns:
Returns the extRing.

getIntRings

public java.util.ArrayList getIntRings()
Returns:
Returns the intRings.

split

public void split(double maxLength)


Copyright © 1996-2010 Geotools. All Rights Reserved.