|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.commons.utils.Pair<com.vividsolutions.jts.geom.Geometry,com.vividsolutions.jts.geom.Geometry>
org.deegree.geometry.standard.JTSGeometryPair
public class JTSGeometryPair
Stores a pair of JTS geometries.
Field Summary |
---|
Fields inherited from class org.deegree.commons.utils.Pair |
---|
first, second |
Method Summary | |
---|---|
static JTSGeometryPair |
createCompatiblePair(AbstractDefaultGeometry geom1,
Geometry geom2)
Creates a "compatible" pair of JTS geometries from an AbstractDefaultGeometry and a second
Geometry instance. |
Methods inherited from class org.deegree.commons.utils.Pair |
---|
equals, getFirst, getSecond, hashCode, hasNull, isNull, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static JTSGeometryPair createCompatiblePair(AbstractDefaultGeometry geom1, Geometry geom2)
AbstractDefaultGeometry
and a second
Geometry
instance.
geom1
- geom2
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |