- geomCount - Variable in class org.wikibrain.spatial.core.SpatialContainerMetadata
-
- 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.core.dao.postgis.PostGISDB.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao.Provider
-
- get(String, Config, Map<String, String>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- get(Configuration) - Static method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
Hack: Better to ask the configurator for this!
- getAllGeometriesInLayer(String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
- getAllGeometriesInLayer(String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, String[], String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllGeometriesInLayer(String, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets all the geometries in a given layer.
- getAllGeometriesInLayer(String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets all the geometries in a given layer, assumes 'earth' reference system
- getAllGeometriesInLayer(String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.core.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.core.dao.SpatialDataDao
-
Gets all geometries in layerName that are not in notInLayers
- getAllLayerNames(String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllLayerNames(String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets the names of all loaded layers.
- getAllReferenceSystems() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
Gets all loaded reference systems
- getAllRefSysNames() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getAllRefSysNames() - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets the names of all loaded reference systems.
- getAlternateExtension(File, String) - Static method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getBulkGeometriesInLayer(List<Integer>, String, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
- getComponentFiles() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getContainedItemIds(Integer, String, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialContainmentDao
-
- getContainedItemIds(Geometry, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialContainmentDao
-
- getContainedItemIds(Integer, String, String, Set<String>, SpatialContainmentDao.ContainmentOperationType) - Method in interface org.wikibrain.spatial.core.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.core.dao.SpatialContainmentDao
-
Returns the item ids spatially contained/intersected with the input geometry
- getDataStore() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getDefaultLayer() - Method in class org.wikibrain.spatial.core.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.core.WikiBrainShapeFile
-
- getFeatureCollection() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getFeatureIter() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
Returns an iterator over rows for the default layer.
- getFeatureIter(String) - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
Returns an iterator over rows for the specified layer.
- getFeatureNames(String) - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
Returns all feature names (i.e.
- getFeatureNames() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
Returns all feature names (i.e.
- getFeatureSource() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
- getFile() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getFilesInLayerGroup(String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
-
- getGeometries(int) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometries(int) - Method in interface org.wikibrain.spatial.core.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.core.dao.postgis.PostGISDB
-
- getGeometry(int, String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String, Precision.LatLonPrecision) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(String, Language, String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getGeometry(int, String, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id, layer name, and reference system name.
- getGeometry(int, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id and layer name.
- getGeometry(int, String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets a geometry by Wikidata item id, layer name, and minimum precision.
- getGeometry(String, Language, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets a geometry by article name, language, and layer.
- getGeometry(String, Language, String, Precision.LatLonPrecision) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets a geometry by article name, language, layer, and minimum precision.
- getGeometry(String, Language, String, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
public Geometry getGeometry(String articleName, Language language, String layerName) throws DaoException;
- getGeometryAttributeName() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
- getItemIdAttributeName() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
- getKNNeighbors(Geometry, int, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getKNNeighbors(Integer, int, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getKNNeighbors(Integer, int, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.core.dao.SpatialNeighborDao
-
- getKNNeighbors(Geometry, int, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.core.dao.SpatialNeighborDao
-
- getLatLonPrecision(Point) - Static method in class org.wikibrain.spatial.core.constants.Precision
-
- getLayerAttributeName() - Method in class org.wikibrain.spatial.core.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.core.dao.postgis.PostGISDB
-
- getLayerMetadata(String, String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao
-
- getLayerMetadata(String, String) - Method in interface org.wikibrain.spatial.core.dao.SpatialDataDao
-
Gets the metadata for a given layer
- getLayersInReferenceSystem(String) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB
-
Gets all the layers in a given reference system
- getMappingFile() - Method in class org.wikibrain.spatial.core.WikiBrainShapeFile
-
- getMaxDistanceKmItemIds(Integer, String, String, Set<String>, double) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getMaxDistanceKmItemIds(Geometry, String, Set<String>, double) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getMaxDistanceKmItemIds(Integer, String, String, Set<String>, double) - Method in interface org.wikibrain.spatial.core.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.core.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(Integer, String, String, Set<String>, double, double) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighboringItemIds(Geometry, String, Set<String>, double, double) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighboringItemIds(Integer, String, String, Set<String>, double, double) - Method in interface org.wikibrain.spatial.core.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.core.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.core.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighbors(Geometry, String, String, Set<Integer>) - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao
-
- getNeighbors(Geometry, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.core.dao.SpatialNeighborDao
-
- getNeighbors(Integer, String, String, Set<Integer>) - Method in interface org.wikibrain.spatial.core.dao.SpatialNeighborDao
-
- getParsedConcepts() - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
-
- getPath() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB.Provider
-
- getPath() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- getPath() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao.Provider
-
- getPath() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- getQuery() - Method in class org.wikibrain.spatial.core.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.core.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.core.dao.postgis.PostGISSpatialDataDao
-
- getReferenceSystemMetadata(String) - Method in interface org.wikibrain.spatial.core.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.core.dao.postgis.PostGISDB
-
- getSchema() - Method in class org.wikibrain.spatial.core.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.core.SpatialContainerMetadata
-
- getTopologicalDistance(Geometry, Integer, Geometry, Integer, int, String, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
-
- getType() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISDB.Provider
-
- getType() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialContainmentDao.Provider
-
- getType() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialDataDao.Provider
-
- getType() - Method in class org.wikibrain.spatial.core.dao.postgis.PostGISSpatialNeighborDao.Provider
-
- getWeight() - Method in class org.wikibrain.spatial.matcher.AbstractMatchScorer
-