Module org.apache.jena.geosparql
Class CoordinatePair
java.lang.Object
org.apache.jena.geosparql.implementation.great_circle.CoordinatePair
-
Constructor Summary
ConstructorsConstructorDescriptionCoordinatePair
(org.locationtech.jts.geom.Coordinate coord1, org.locationtech.jts.geom.Coordinate coord2) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static final CoordinatePair
findNearestPair
(GeometryWrapper sourceGeometry, GeometryWrapper targetGeometry) org.locationtech.jts.geom.Coordinate
org.locationtech.jts.geom.Coordinate
int
hashCode()
boolean
isEqual()
toString()
-
Constructor Details
-
CoordinatePair
public CoordinatePair(org.locationtech.jts.geom.Coordinate coord1, org.locationtech.jts.geom.Coordinate coord2)
-
-
Method Details
-
getCoord1
public org.locationtech.jts.geom.Coordinate getCoord1() -
getCoord2
public org.locationtech.jts.geom.Coordinate getCoord2() -
isEqual
public boolean isEqual() -
toString
-
hashCode
public int hashCode() -
equals
-
findNearestPair
public static final CoordinatePair findNearestPair(GeometryWrapper sourceGeometry, GeometryWrapper targetGeometry) throws SrsException - Throws:
SrsException
-