- GeodeticDistanceMetric - Class in org.wikibrain.spatial.distance
-
Estimates the number of kilometers between geometries.
- GeodeticDistanceMetric(SpatialDataDao, ClosestPointIndex, boolean) - Constructor for class org.wikibrain.spatial.distance.GeodeticDistanceMetric
-
Creates a new geodetic spatial distance metric.
- GeodeticDistanceMetric(SpatialDataDao, SphericalDistanceMetric) - Constructor for class org.wikibrain.spatial.distance.GeodeticDistanceMetric
-
- geomCount - Variable in class org.wikibrain.spatial.SpatialContainerMetadata
-
- geometry - Variable in class org.wikibrain.spatial.util.ClosestPointIndex.Result
-
- geometry - Variable in class org.wikibrain.spatial.util.ContainmentIndex.Result
-
- GeoResolver - Class in org.wikibrain.spatial.matcher
-
- GeoResolver(Env, Config) - Constructor for class org.wikibrain.spatial.matcher.GeoResolver
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- get(Configuration) - Static method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
Hack: Better to ask the configurator for this!
- get3DPoints(Point) - Static method in class org.wikibrain.spatial.util.WikiBrainSpatialUtils
-
- getAllGeometriesInLayer(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getAllGeometriesInLayer(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, String[], String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets all the geometries in a given layer.
- getAllGeometriesInLayer(String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets all the geometries in a given layer, assumes 'earth' reference system
- getAllGeometriesInLayer(String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets all the geometries in a given layer with a minimum precision, assumes 'earth' reference system
- getAllGeometriesInLayer(String, String[], String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets all geometries in layerName that are not in notInLayers
- getAllLayerNames(String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllLayerNames(String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets the names of all loaded layers.
- getAllReferenceSystems() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
Gets all loaded reference systems
- getAllRefSysNames() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getAllRefSysNames() - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets the names of all loaded reference systems.
- getAlternateExtension(File, String) - Static method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getAxisWeightHint(int) - Method in class ags.utils.dataStructures.trees.secondGenKD.KdTree
-
- getAxisWeightHint(int) - Method in class ags.utils.dataStructures.trees.secondGenKD.KdTree.WeightedManhattan
-
- getAxisWeightHint(int) - Method in class ags.utils.dataStructures.trees.secondGenKD.KdTree.WeightedSqrEuclid
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
- getCenter(Geometry) - Static method in class org.wikibrain.spatial.util.WikiBrainSpatialUtils
-
Returns the effective centroid of the geometry.
- getComponentFiles() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getContainedItemIds(Integer, String, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao
-
- getContainedItemIds(Geometry, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao
-
- getContainedItemIds(Integer, String, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in interface org.wikibrain.spatial.dao.SpatialContainmentDao
-
Returns the item ids of the items spatially contained/intersected with the geometry corresponding to the input (itemId, layerName, refSysName).
- getContainedItemIds(Geometry, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in interface org.wikibrain.spatial.dao.SpatialContainmentDao
-
Returns the item ids spatially contained/intersected with the input geometry
- getContainer(Geometry) - Method in class org.wikibrain.spatial.util.ContainmentIndex
-
- getDataStore() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getDefaultLayer() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
Returns the name of the default layer
- getDistance(Geometry, Geometry) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getEnv() - Method in class org.wikibrain.spatial.matcher.AbstractMatchScorer
-
- getFeatureCollection(String) - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getFeatureCollection() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getFeatureIter() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
Returns an iterator over rows for the default layer.
- getFeatureIter(String) - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
Returns an iterator over rows for the specified layer.
- getFeatureNames(String) - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
Returns all feature names (i.e.
- getFeatureNames() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
Returns all feature names (i.e.
- getFeatureSource() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getFile() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getFilesInLayerGroup(String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getFractionRankedExactly() - Method in class org.wikibrain.spatial.distance.OrdinalDistanceMetric
-
- getGeometries(int) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometries(int) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets all geometries associated with a given Wikidata item id (all layers, all reference systems)
- getGeometry(int, String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getGeometry(int, String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id, layer name, and reference system name.
- getGeometry(int, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id and layer name.
- getGeometry(int, String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id, layer name, and minimum precision.
- getGeometry(String, Language, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets a geometry by article name, language, and layer.
- getGeometry(String, Language, String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets a geometry by article name, language, layer, and minimum precision.
- getGeometry(String, Language, String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
public Geometry getGeometry(String articleName, Language language, String layerName) throws DaoException;
- getGeometryAttributeName() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getGraphDistance(Integer, Map<Integer, Geometry>, int, int, float[][]) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getGraphDistance(Map<Integer, Geometry>, int, int, float[][], float[]) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getIndex() - Method in class org.wikibrain.spatial.distance.SphericalDistanceMetric
-
- getItemIdAttributeName() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getKNNeighbors(int, Map<Integer, Geometry>, float[]) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getKNNeighbors(Geometry, int, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getKNNeighbors(Integer, int, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getKNNeighbors(Integer, int, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
- getKNNeighbors(Geometry, int, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
- getLatLonPrecision(Point) - Static method in class org.wikibrain.spatial.constants.Precision
-
- getLayerAttributeName() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getLayerGroupFolder(String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
Returns the directory for the given reference system and layer
- getLayerGroups(String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getLayerMetadata(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getLayerMetadata(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getLayerMetadata(String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets the metadata for a given layer
- getLayersInReferenceSystem(String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
Gets all the layers in a given reference system
- getMappingFile() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
-
- getMax() - Method in class ags.utils.dataStructures.BinaryHeap.Max
-
- getMax() - Method in class ags.utils.dataStructures.IntervalHeap
-
- getMax() - Method in interface ags.utils.dataStructures.MaxHeap
-
- getMaxDistanceKmItemIds(Integer, String, String, Set<String>, double) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getMaxDistanceKmItemIds(Geometry, String, Set<String>, double) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getMaxDistanceKmItemIds(Integer, String, String, Set<String>, double) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
Returns the item ids of the items spatially located with a given distance range with the geometry corresponding to the input (itemId, layerName, refSysName).
- getMaxDistanceKmItemIds(Geometry, String, Set<String>, double) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
Returns the item ids of the items spatially located with a given distance range with the geometry corresponding to the input (itemId, layerName, refSysName).
- getMaxKey() - Method in class ags.utils.dataStructures.BinaryHeap.Max
-
- getMaxKey() - Method in class ags.utils.dataStructures.IntervalHeap
-
- getMaxKey() - Method in interface ags.utils.dataStructures.MaxHeap
-
- getMin() - Method in class ags.utils.dataStructures.BinaryHeap.Min
-
- getMin() - Method in class ags.utils.dataStructures.IntervalHeap
-
- getMin() - Method in interface ags.utils.dataStructures.MinHeap
-
- getMinKey() - Method in class ags.utils.dataStructures.BinaryHeap.Min
-
- getMinKey() - Method in class ags.utils.dataStructures.IntervalHeap
-
- getMinKey() - Method in interface ags.utils.dataStructures.MinHeap
-
- getName() - Method in class org.wikibrain.spatial.distance.BorderingDistanceMetric
-
- getName() - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
-
- getName() - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
-
- getName() - Method in class org.wikibrain.spatial.distance.OrdinalDistanceMetric
-
- getName() - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
-
Describes the spatial distance metric.
- getName() - Method in class org.wikibrain.spatial.distance.SphericalDistanceMetric
-
- getNearestNeighborIterator(double[], int, DistanceFunction) - Method in class ags.utils.dataStructures.trees.thirdGenKD.KdTree
-
- getNeighboringItemIds(Integer, String, String, Set<String>, double, double) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighboringItemIds(Geometry, String, Set<String>, double, double) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighboringItemIds(Integer, String, String, Set<String>, double, double) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
Returns the item ids of the items spatially located with a given distance range with the geometry corresponding to the input (itemId, layerName, refSysName).
- getNeighboringItemIds(Geometry, String, Set<String>, double, double) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
Returns the item ids of the items spatially located with a given distance range with the geometry corresponding to the input (itemId, layerName, refSysName).
- getNeighbors(Integer, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighbors(Geometry, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighbors(Geometry, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
- getNeighbors(Integer, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.dao.SpatialNeighborDao
-
- getNeighbors(Geometry, int) - Method in class org.wikibrain.spatial.distance.BorderingDistanceMetric
-
- getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.BorderingDistanceMetric
-
- getNeighbors(Geometry, int) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
-
- getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
-
Returns the closest points to a particular geometry.
- getNeighbors(Geometry, int) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
-
- getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
-
- getNeighbors(Geometry, int) - Method in class org.wikibrain.spatial.distance.OrdinalDistanceMetric
-
- getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.OrdinalDistanceMetric
-
- getNeighbors(Geometry, int) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
-
Returns the closest points to a particular geometry.
- getNeighbors(Geometry, int, double) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
-
Returns the closest points to a particular geometry, thresholded at some cutoff.
- getNeighbors(Geometry, int) - Method in class org.wikibrain.spatial.distance.SphericalDistanceMetric
-
- getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.SphericalDistanceMetric
-
A fast approximation of the distance between neighbors based on the 3D straight line distance.
- getNumConcepts() - Method in class org.wikibrain.spatial.distance.OrdinalDistanceMetric
-
- getParsedConcepts() - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
-
- getPath() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB.Provider
-
- getPath() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- getPath() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao.Provider
-
- getPath() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- getPoint(double, double) - Static method in class org.wikibrain.spatial.util.WikiBrainSpatialUtils
-
- getQuery() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getRandomElement(List<T>) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
-
- getRandomSubList(List<T>, int) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
-
- getRawDataStore() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getRawFolder() - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getReferenceSystemFolder(String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
Returns the file for the given reference system
- getReferenceSystemMetadata(String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
-
- getReferenceSystemMetadata(String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
-
Gets the metadata for a given reference system.
- getReferenceSystems() - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
Gets reference system names
- getRefSysAttributeName() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getSchema() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
-
- getShapeFile(String, String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getShapeFile(String, String, String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getShapeTypeFromGeometry(Geometry) - Static method in class org.wikibrain.spatial.SpatialContainerMetadata
-
- getTip() - Method in class ags.utils.dataStructures.BinaryHeap
-
- getTipKey() - Method in class ags.utils.dataStructures.BinaryHeap
-
- getTopologicalDistance(Geometry, Integer, Geometry, Integer, int, String, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getType() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB.Provider
-
- getType() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- getType() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao.Provider
-
- getType() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- getValidConcepts() - Method in class org.wikibrain.spatial.distance.SphericalDistanceMetric
-
- getWeight() - Method in class org.wikibrain.spatial.matcher.AbstractMatchScorer
-
- GraphDistanceExample - Class in org.wikibrain.spatial.cookbook
-
- GraphDistanceExample() - Constructor for class org.wikibrain.spatial.cookbook.GraphDistanceExample
-
- GraphDistanceMetric - Class in org.wikibrain.spatial.distance
-
Estimates the number of kilometers between geometries.
- GraphDistanceMetric(SpatialDataDao, ClosestPointIndex) - Constructor for class org.wikibrain.spatial.distance.GraphDistanceMetric
-
- GraphDistanceMetric(SpatialDataDao, SphericalDistanceMetric) - Constructor for class org.wikibrain.spatial.distance.GraphDistanceMetric
-
- GraphDistanceMetric(SpatialDataDao) - Constructor for class org.wikibrain.spatial.distance.GraphDistanceMetric
-