|
MorphAL 0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ign.cogit.alpage.morphal.geometry.GeometryUtil
public class GeometryUtil
Geometric methods others than methods dealing with
Point
,
MultiPoint
,
LineString
,
MultiLineString
,
Polygon
and MultiPolygon
types.
Constructor Summary | |
---|---|
GeometryUtil()
|
Method Summary | |
---|---|
static boolean |
compareCoordinate(Coordinate coord,
Coordinate coord2)
Method to compare quickly if two Coordinate s have the same position. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryUtil()
Method Detail |
---|
public static boolean compareCoordinate(Coordinate coord, Coordinate coord2)
Coordinate
s have the same position.
coord
- the first coordinate to comparecoord2
- the second coordinate to compare
|
MorphAL 0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |