Constructor and Description |
---|
GeometryPair(t1 geometry1,
t2 geometry2,
PrecisionModel precisionModel) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object obj) |
boolean |
equals(java.lang.Object obj) |
t1 |
getGeometry1() |
t2 |
getGeometry2() |
int |
hashCode() |
public GeometryPair(t1 geometry1, t2 geometry2, PrecisionModel precisionModel)
public t1 getGeometry1()
public t2 getGeometry2()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable