Uses of Class
org.aksw.limes.core.datastrutures.Point
-
-
Uses of Point in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return Point Modifier and Type Method Description static PointPoint. add(String label, Point p, Point q)static PointPoint. add(Point p, Point q)Methods in org.aksw.limes.core.datastrutures with parameters of type Point Modifier and Type Method Description static PointPoint. add(String label, Point p, Point q)static PointPoint. add(Point p, Point q) -
Uses of Point in org.aksw.limes.core.measures.mapper.pointsets
Fields in org.aksw.limes.core.measures.mapper.pointsets with type parameters of type Point Modifier and Type Field Description Map<String,Map<Point,Map<Point,Double>>>PolygonIndex. distanceIndexMap<String,Map<Point,Map<Point,Double>>>PolygonIndex. distanceIndexList<Point>Polygon. pointsMethods in org.aksw.limes.core.measures.mapper.pointsets that return types with arguments of type Point Modifier and Type Method Description static List<Point>OrchidMapper. getPoints(String wktString)Methods in org.aksw.limes.core.measures.mapper.pointsets with parameters of type Point Modifier and Type Method Description voidPolygon. add(Point y)Adds a point to the polygon.doublePolygonIndex. getDistance(String uri, Point x, Point y)Returns the distances between two points x and y from the polygon with label uri Returns -1 if nothing is foundstatic doubleOrthodromicDistance. getDistanceInDegrees(Point x, Point y)Computes and returns distance between two points.voidPolygon. remove(Point y)removes a point from the polygon.Constructor parameters in org.aksw.limes.core.measures.mapper.pointsets with type arguments of type Point Constructor Description Polygon(String name, List<Point> p) -
Uses of Point in org.aksw.limes.core.measures.measure.pointsets
Methods in org.aksw.limes.core.measures.measure.pointsets with parameters of type Point Modifier and Type Method Description static doubleAPointsetsMeasure. pointToPointDistance(Point x, Point y) -
Uses of Point in org.aksw.limes.core.measures.measure.pointsets.frechet
Methods in org.aksw.limes.core.measures.measure.pointsets.frechet with parameters of type Point Modifier and Type Method Description doublePolygonFrechetDistance. getFrechetPointToPolygonDistance(Point p, Polygon poly) -
Uses of Point in org.aksw.limes.core.measures.measure.pointsets.hausdorff
Fields in org.aksw.limes.core.measures.measure.pointsets.hausdorff declared as Point Modifier and Type Field Description PointCentroidIndex.Circle. centerMethods in org.aksw.limes.core.measures.measure.pointsets.hausdorff that return Point Modifier and Type Method Description PointCentroidIndex. average(Point source, Point target)Methods in org.aksw.limes.core.measures.measure.pointsets.hausdorff that return types with arguments of type Point Modifier and Type Method Description Map<Point,Map<Point,Double>>IndexedHausdorffMeasure. getInnerDistances(Polygon s)Map<Point,Map<Point,Double>>IndexedHausdorffMeasure. getInnerDistances(Polygon s)Methods in org.aksw.limes.core.measures.measure.pointsets.hausdorff with parameters of type Point Modifier and Type Method Description PointCentroidIndex. average(Point source, Point target)doubleCentroidIndex. distance(Point x, Point y)Constructors in org.aksw.limes.core.measures.measure.pointsets.hausdorff with parameters of type Point Constructor Description Circle(Point c, double r) -
Uses of Point in org.aksw.limes.core.measures.measure.pointsets.link
Fields in org.aksw.limes.core.measures.measure.pointsets.link with type parameters of type Point Modifier and Type Field Description protected List<PairSimilar<Point>>LinkFinder. linkPairsListMethods in org.aksw.limes.core.measures.measure.pointsets.link that return types with arguments of type Point Modifier and Type Method Description List<PairSimilar<Point>>LinkFinder. getlinkPairsList() -
Uses of Point in org.aksw.limes.core.measures.measure.pointsets.surjection
Fields in org.aksw.limes.core.measures.measure.pointsets.surjection with type parameters of type Point Modifier and Type Field Description protected List<PairSimilar<Point>>SurjectionFinder. surjectionPairsListMethods in org.aksw.limes.core.measures.measure.pointsets.surjection that return Point Modifier and Type Method Description protected PointSurjectionFinder. getNearestPoint(Point x, Polygon Y)Methods in org.aksw.limes.core.measures.measure.pointsets.surjection that return types with arguments of type Point Modifier and Type Method Description List<PairSimilar<Point>>FairSurjectionFinder. getFairSurjectionPairsList()List<PairSimilar<Point>>SurjectionFinder. getSurjectionPairsList()Methods in org.aksw.limes.core.measures.measure.pointsets.surjection with parameters of type Point Modifier and Type Method Description protected PointSurjectionFinder. getNearestPoint(Point x, Polygon Y) -
Uses of Point in org.aksw.limes.core.measures.measure.space
Methods in org.aksw.limes.core.measures.measure.space with parameters of type Point Modifier and Type Method Description static doubleGeoGreatEllipticMeasure. getDistanceInDegrees(Point x, Point y)Deprecated.Computes and returns distance between two points.
-