org.geotools.geometry.iso.util.topology
Class BdryFace2D
java.lang.Object
org.geotools.geometry.iso.util.topology.BRepFace2D
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
Fields inherited from class org.geotools.geometry.iso.util.topology.BRepFace2D |
value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
extRing
protected BdryRing2D extRing
intRings
protected java.util.ArrayList intRings
BdryFace2D
public BdryFace2D(BdryRing2D extRing,
java.util.List intRings)
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.