Uses of Interface
com.seisw.util.geom.Poly

Packages that use Poly
com.seisw.util.geom   
 

Uses of Poly in com.seisw.util.geom
 

Classes in com.seisw.util.geom that implement Poly
 class PolyDefault
          PolyDefault is a default Poly implementation.
 class PolySimple
          PolySimple is a simple polygon - contains only one inner polygon.
 

Methods in com.seisw.util.geom that return Poly
 Poly PolySimple.getInnerPoly(int polyIndex)
          Returns this if polyIndex = 0, else it throws IllegalStateException.
 Poly PolySimple.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly PolySimple.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly PolySimple.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 Poly PolyDefault.getInnerPoly(int polyIndex)
          Returns the polygon at this index.
 Poly PolyDefault.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly PolyDefault.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly PolyDefault.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 Poly Poly.getInnerPoly(int polyIndex)
          Returns the polygon at this index.
 Poly Poly.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly Poly.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly Poly.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
static Poly Clip.intersection(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the intersection of p1 and p2 where the return type is of polyClass.
static Poly Clip.union(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the union of p1 and p2 where the return type is of polyClass.
static Poly Clip.xor(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the xor of p1 and p2 where the return type is of polyClass.
static Poly Clip.intersection(Poly p1, Poly p2)
          Return the intersection of p1 and p2 where the return type is of PolyDefault.
static Poly Clip.union(Poly p1, Poly p2)
          Return the union of p1 and p2 where the return type is of PolyDefault.
static Poly Clip.xor(Poly p1, Poly p2)
          Return the xor of p1 and p2 where the return type is of PolyDefault.
 

Methods in com.seisw.util.geom with parameters of type Poly
 void PolySimple.add(Poly p)
          Throws IllegalStateexception if called
 Poly PolySimple.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly PolySimple.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly PolySimple.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 void PolyDefault.add(Poly p)
          Add an inner polygon to this polygon - assumes that adding polygon does not have any inner polygons.
 Poly PolyDefault.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly PolyDefault.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly PolyDefault.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
 void Poly.add(Poly p)
          Add an inner polygon to this polygon - assumes that adding polygon does not have any inner polygons.
 Poly Poly.intersection(Poly p)
          Return a Poly that is the intersection of this polygon with the given polygon.
 Poly Poly.union(Poly p)
          Return a Poly that is the union of this polygon with the given polygon.
 Poly Poly.xor(Poly p)
          Return a Poly that is the exclusive-or of this polygon with the given polygon.
static Poly Clip.intersection(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the intersection of p1 and p2 where the return type is of polyClass.
static Poly Clip.union(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the union of p1 and p2 where the return type is of polyClass.
static Poly Clip.xor(Poly p1, Poly p2, java.lang.Class polyClass)
          Return the xor of p1 and p2 where the return type is of polyClass.
static Poly Clip.intersection(Poly p1, Poly p2)
          Return the intersection of p1 and p2 where the return type is of PolyDefault.
static Poly Clip.union(Poly p1, Poly p2)
          Return the union of p1 and p2 where the return type is of PolyDefault.
static Poly Clip.xor(Poly p1, Poly p2)
          Return the xor of p1 and p2 where the return type is of PolyDefault.
 



Copyright © 2004 Solution Engineering, Inc. All Rights Reserved.