Uses of Class
org.aksw.limes.core.measures.mapper.pointsets.Polygon
-
-
Uses of Polygon in org.aksw.limes.core.measures.mapper.pointsets
Fields in org.aksw.limes.core.measures.mapper.pointsets with type parameters of type Polygon Modifier and Type Field Description Set<Polygon>GeoSquare. elementsMap<String,Polygon>PolygonIndex. polygonIndexMethods in org.aksw.limes.core.measures.mapper.pointsets that return Polygon Modifier and Type Method Description static PolygonOrchidMapper. getPolygon(String wktString)Computes a polygon out of a WKT stringMethods in org.aksw.limes.core.measures.mapper.pointsets that return types with arguments of type Polygon Modifier and Type Method Description Set<Polygon>OrchidMapper. getPolygons(ACache c, String property)Computes polygons out of strings in the WKT format.static Set<Polygon>PolygonReader. readPolygons(String file)static Set<Polygon>PolygonReader. readPolygons(String file, int numberOfEntries)Read a number of polygons from a file.Methods in org.aksw.limes.core.measures.mapper.pointsets with parameters of type Polygon Modifier and Type Method Description voidGeoIndex. addPolygon(Polygon X, int latIndex, int longIndex)Adds a polygon to an indexSet<List<Integer>>GeoIndex. getIndexes(Polygon X)voidPolygonIndex. index(Polygon p)Indexes the distances between the points in a given polygon and adds polygon to list of indexesMethod parameters in org.aksw.limes.core.measures.mapper.pointsets with type arguments of type Polygon Modifier and Type Method Description GeoIndexGeoHR3. assignSquares(Set<Polygon> input)Computes the geo squares for each polygonvoidPolygonIndex. index(Set<Polygon> polygons)Indexes a list of polygons by mapping the uri of each polygon to the corresponding distanceIndexAMappingGeoHR3. run(Set<Polygon> sourceData, Set<Polygon> targetData)Runs GeoHR3 for source and target dataset.Constructors in org.aksw.limes.core.measures.mapper.pointsets with parameters of type Polygon Constructor Description Polygon(Polygon polygon) -
Uses of Polygon in org.aksw.limes.core.measures.mapper.topology
Method parameters in org.aksw.limes.core.measures.mapper.topology with type arguments of type Polygon Modifier and Type Method Description AMappingContainsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCoveredbyMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCoversMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingCrossesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingDisjointMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingEqualsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingIntersectsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingITopologicRelationMapper. getMapping(Set<Polygon> source, Set<Polygon> target)AMappingOverlapsMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)static AMappingRADON. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData, String relation)AMappingTouchesMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData)AMappingWithinMapper. getMapping(Set<Polygon> sourceData, Set<Polygon> targetData) -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets
Methods in org.aksw.limes.core.measures.measure.pointsets with parameters of type Polygon Modifier and Type Method Description doubleIPointsetsMeasure. computeDistance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets with type arguments of type Polygon Modifier and Type Method Description AMappingIPointsetsMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold) -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.average
Methods in org.aksw.limes.core.measures.measure.pointsets.average with parameters of type Polygon Modifier and Type Method Description doubleNaiveAverageMeasure. computeDistance(Polygon X, Polygon Y, double threshold)Brute force approach to computing the MAX distance between two polygonsstatic doubleNaiveAverageMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.average with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveAverageMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.benchmarking
Methods in org.aksw.limes.core.measures.measure.pointsets.benchmarking that return Polygon Modifier and Type Method Description PolygonborderModifier. modify(Polygon poly, double threshold)Modifies a polygon by adding a random error between -threshold and +threshold to its latitude and longitudePolygonGranularityModifier. modify(Polygon p, double threshold)Modifies a polygon by reducing the total amount of points that describe it to threshold * original number of points.PolygonIPolygonModifier. modify(Polygon polygon, double threshold)Modifies a polygon given a threshold.PolygonMeasurementErrorModifier. modify(Polygon p, double threshold)Modifies a polygon by adding a random error between -threshold and +threshold to its latitude and longitudeMethods in org.aksw.limes.core.measures.measure.pointsets.benchmarking that return types with arguments of type Polygon Modifier and Type Method Description Set<Polygon>AbstractPolygonModifier. modifySet(Set<Polygon> dataset, double threshold)Set<Polygon>IPolygonModifier. modifySet(Set<Polygon> dataset, double threshold)Modifies a set of polygons give a thresholdMethods in org.aksw.limes.core.measures.measure.pointsets.benchmarking with parameters of type Polygon Modifier and Type Method Description PolygonborderModifier. modify(Polygon poly, double threshold)Modifies a polygon by adding a random error between -threshold and +threshold to its latitude and longitudePolygonGranularityModifier. modify(Polygon p, double threshold)Modifies a polygon by reducing the total amount of points that describe it to threshold * original number of points.PolygonIPolygonModifier. modify(Polygon polygon, double threshold)Modifies a polygon given a threshold.PolygonMeasurementErrorModifier. modify(Polygon p, double threshold)Modifies a polygon by adding a random error between -threshold and +threshold to its latitude and longitudeMethod parameters in org.aksw.limes.core.measures.measure.pointsets.benchmarking with type arguments of type Polygon Modifier and Type Method Description Set<Polygon>AbstractPolygonModifier. modifySet(Set<Polygon> dataset, double threshold)Set<Polygon>IPolygonModifier. modifySet(Set<Polygon> dataset, double threshold)Modifies a set of polygons give a threshold -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.frechet
Methods in org.aksw.limes.core.measures.measure.pointsets.frechet with parameters of type Polygon Modifier and Type Method Description doubleGeOxygeneFrechetMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleNaiveFrechetMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleGeOxygeneFrechetMeasure. distance(Polygon X, Polygon Y, double threshold)static doubleNaiveFrechetMeasure. distance(Polygon X, Polygon Y, double threshold)doublePolygonFrechetDistance. getFrechetPointToPolygonDistance(Point p, Polygon poly)static fr.ign.cogit.geoxygene.api.spatial.coordgeom.ILineSegmentGeOxygeneFrechetMeasure. toLineSegment(Polygon poly)Convert polygon to ILineSegmentMethod parameters in org.aksw.limes.core.measures.measure.pointsets.frechet with type arguments of type Polygon Modifier and Type Method Description AMappingGeOxygeneFrechetMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setAMappingNaiveFrechetMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setConstructors in org.aksw.limes.core.measures.measure.pointsets.frechet with parameters of type Polygon Constructor Description PolygonFrechetDistance(Polygon p1, Polygon p2)Constructor -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.hausdorff
Methods in org.aksw.limes.core.measures.measure.pointsets.hausdorff with parameters of type Polygon Modifier and Type Method Description booleanScanIndexedHausdorffMeasure. checkTermination(Polygon s, AMapping knownDistances, Map<Integer,List<Integer>> toCompute, double threshold)Checks whether a distance computation should be terminateddoubleCentroidIndexedHausdorffMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleFastHausdorffMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleIndexedHausdorffMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleNaiveHausdorffMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleScanIndexedHausdorffMeasure. computeDistance(Polygon s, Polygon t, double threshold)doubleSymmetricHausdorffMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveHausdorffMeasure. distance(Polygon X, Polygon Y, double threshold)Map<Point,Map<Point,Double>>IndexedHausdorffMeasure. getInnerDistances(Polygon s)voidCentroidIndex. index(Polygon p)Map<Integer,List<Integer>>ScanIndexedHausdorffMeasure. initToCompute(Polygon sPoly, Polygon tPoly, double threshold, AMapping knownDistances)Map<Integer,List<Integer>>ScanIndexedHausdorffMeasure. updateToCompute(Polygon sPoly, Polygon tPoly, double threshold, AMapping knownDistances, Map<Integer,List<Integer>> toCompute)Method parameters in org.aksw.limes.core.measures.measure.pointsets.hausdorff with type arguments of type Polygon Modifier and Type Method Description voidCentroidIndexedHausdorffMeasure. computeIndexes(Set<Polygon> source, Set<Polygon> target)AMappingCentroidIndexedHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)AMappingIndexedHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)AMappingNaiveHausdorffMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setMap<String,Map<String,Double>>IndexedHausdorffMeasure. runWithoutIndex(Set<Polygon> source, Set<Polygon> target, double threshold) -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.link
Fields in org.aksw.limes.core.measures.measure.pointsets.link declared as Polygon Modifier and Type Field Description protected PolygonLinkFinder. largeprotected PolygonLinkFinder. smallMethods in org.aksw.limes.core.measures.measure.pointsets.link with parameters of type Polygon Modifier and Type Method Description doubleNaiveLinkMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveLinkMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.link with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveLinkMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setConstructors in org.aksw.limes.core.measures.measure.pointsets.link with parameters of type Polygon Constructor Description LinkFinder(Polygon X, Polygon Y)Constructor -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.max
Methods in org.aksw.limes.core.measures.measure.pointsets.max with parameters of type Polygon Modifier and Type Method Description doubleNaiveMaxMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveMaxMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.max with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveMaxMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.mean
Methods in org.aksw.limes.core.measures.measure.pointsets.mean with parameters of type Polygon Modifier and Type Method Description doubleNaiveMeanMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveMeanMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.mean with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveMeanMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.min
Methods in org.aksw.limes.core.measures.measure.pointsets.min with parameters of type Polygon Modifier and Type Method Description doubleNaiveMinMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveMinMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.min with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveMinMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.sumofmin
Methods in org.aksw.limes.core.measures.measure.pointsets.sumofmin with parameters of type Polygon Modifier and Type Method Description doubleNaiveSumOfMinMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleNaiveSumOfMinMeasure. distance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.sumofmin with type arguments of type Polygon Modifier and Type Method Description AMappingNaiveSumOfMinMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set -
Uses of Polygon in org.aksw.limes.core.measures.measure.pointsets.surjection
Fields in org.aksw.limes.core.measures.measure.pointsets.surjection declared as Polygon Modifier and Type Field Description protected PolygonSurjectionFinder. largeprotected PolygonSurjectionFinder. smallMethods in org.aksw.limes.core.measures.measure.pointsets.surjection with parameters of type Polygon Modifier and Type Method Description doubleFairSurjectionMeasure. computeDistance(Polygon X, Polygon Y, double threshold)doubleNaiveSurjectionMeasure. computeDistance(Polygon X, Polygon Y, double threshold)static doubleFairSurjectionMeasure. distance(Polygon X, Polygon Y, double threshold)protected PointSurjectionFinder. getNearestPoint(Point x, Polygon Y)static doubleNaiveSurjectionMeasure. pointToPointDistance(Polygon X, Polygon Y, double threshold)Method parameters in org.aksw.limes.core.measures.measure.pointsets.surjection with type arguments of type Polygon Modifier and Type Method Description AMappingFairSurjectionMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target setAMappingNaiveSurjectionMeasure. run(Set<Polygon> source, Set<Polygon> target, double threshold)Computes the SetMeasure distance for a source and target set
-