A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractMatchScorer - Class in org.wikibrain.spatial.matcher
 
AbstractMatchScorer(Env, Config) - Constructor for class org.wikibrain.spatial.matcher.AbstractMatchScorer
 
add(Rectangle) - Method in class net.sf.jsi.Rectangle
Computes the union of this rectangle and the passed rectangle, storing the result in this rectangle.
add(Point) - Method in class net.sf.jsi.Rectangle
Computes the union of this rectangle and the passed point, storing the result in this rectangle.
add(Rectangle, int) - Method in class net.sf.jsi.rtree.RTree
 
add(int, float) - Method in class net.sf.jsi.rtree.SortedList
 
add(Rectangle, int) - Method in interface net.sf.jsi.SpatialIndex
Adds a new rectangle to the spatial index
AdjacentPolygonExample - Class in org.wikibrain.spatial.cookbook
Created by toby on 5/24/14.
AdjacentPolygonExample() - Constructor for class org.wikibrain.spatial.cookbook.AdjacentPolygonExample
 
area() - Method in class net.sf.jsi.Rectangle
Compute the area of this rectangle.
area(float, float, float, float) - Static method in class net.sf.jsi.Rectangle
Compute the area of a rectangle.
aspectRatio() - Method in class net.sf.jsi.Rectangle
 

B

begin() - Method in class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
beginSaveGeometries() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
 
beginSaveGeometries() - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
This should be called prior to any saveGeometry() calls.
BipartiteEvaluatorTest - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 4/17/14.
BipartiteEvaluatorTest() - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.BipartiteEvaluatorTest
 
BuildProperties - Class in net.sf.jsi
Allows build properties to be retrieved at runtime.

C

calculate3DDistance(Point, Point, GeodeticCalculator) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.Point3DDistance
Format for point: with coordinate(x,y,z).
CalculateAllDistancePairs - Class in org.wikibrain.spatial.cookbook
Created by toby on 4/15/14.
CalculateAllDistancePairs() - Constructor for class org.wikibrain.spatial.cookbook.CalculateAllDistancePairs
 
CalculateGeographicDistanceBetweenPages - Class in org.wikibrain.spatial.cookbook
Created by bjhecht on 4/7/14.
CalculateGeographicDistanceBetweenPages() - Constructor for class org.wikibrain.spatial.cookbook.CalculateGeographicDistanceBetweenPages
 
centre() - Method in class net.sf.jsi.Rectangle
 
checkConsistency() - Method in class net.sf.jsi.rtree.RTree
Check the consistency of the tree.
cleanupGeometry(Geometry) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
clear() - Method in class net.sf.jsi.PriorityQueue
 
conceptId - Variable in class org.wikibrain.spatial.distance.SpatialDistanceMetric.Neighbor
 
containedBy(Rectangle) - Method in class net.sf.jsi.Rectangle
Determine whether this rectangle is contained by the passed rectangle
contains(Rectangle) - Method in class net.sf.jsi.Rectangle
Determine whether this rectangle contains the passed rectangle
contains(float, float, float, float, float, float, float, float) - Static method in class net.sf.jsi.Rectangle
Determine whether or not one rectangle contains another.
contains(Rectangle, TIntProcedure) - Method in class net.sf.jsi.rtree.RTree
 
contains(Rectangle, TIntProcedure) - Method in interface net.sf.jsi.SpatialIndex
Finds all rectangles contained by the passed rectangle.
ContainsPointScorer - Class in org.wikibrain.spatial.matcher
 
ContainsPointScorer(Env, Config) - Constructor for class org.wikibrain.spatial.matcher.ContainsPointScorer
 
copy() - Method in class net.sf.jsi.Rectangle
Make a copy of this rectangle
COUNTRY - Static variable in class org.wikibrain.spatial.constants.Layers
 

D

delete(Rectangle, int) - Method in class net.sf.jsi.rtree.RTree
 
delete(Rectangle, int) - Method in interface net.sf.jsi.SpatialIndex
Deletes a rectangle from the spatial index
deleteLayer(String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
Deletes a layer.
deleteReferenceSystem(String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
Deletes a reference system.
distance(Point) - Method in class net.sf.jsi.Rectangle
Return the distance between this rectangle and the passed point.
distance(float, float, float, float, float, float) - Static method in class net.sf.jsi.Rectangle
Return the distance between a rectangle and a point.
distance(Rectangle) - Method in class net.sf.jsi.Rectangle
Return the distance between this rectangle and the passed rectangle.
distance(Geometry, Geometry) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
distance(List<Geometry>, List<Geometry>) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
distance(List<Geometry>) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
distance(Geometry, Geometry) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
distance(List<Geometry>, List<Geometry>) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
distance(List<Geometry>) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
distance(Geometry, Geometry) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
Calculates the distance between two geometries.
distance(List<Geometry>, List<Geometry>) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
Returns the distance matrix between the specified geometries.
distance(List<Geometry>) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
Returns the distance matrix between the specified geometries.
distance - Variable in class org.wikibrain.spatial.distance.SpatialDistanceMetric.Neighbor
 
DistanceMetrics - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 5/15/14.
DistanceMetrics() - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
 
DistanceMetrics(Env, Configurator, SpatialNeighborDao) - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.DistanceMetrics
 
DistanceMetricsExample - Class in org.wikibrain.spatial.cookbook
Created by toby on 5/17/14.
DistanceMetricsExample() - Constructor for class org.wikibrain.spatial.cookbook.DistanceMetricsExample
 
distanceSq(float, float, float, float, float, float) - Static method in class net.sf.jsi.Rectangle
 
download(URL, String, String, String, String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataDownloader
 
download(String, String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataDownloader
 
downloadMapping(URL, WikiBrainShapeFile) - Method in class org.wikibrain.spatial.loader.SpatialDataDownloader
 
dropAllLayers() - Method in class org.wikibrain.spatial.loader.SpatialDataLoader
 
dropLayers(List<SpatialDataLoader.LayerInfo>) - Method in class org.wikibrain.spatial.loader.SpatialDataLoader
 

E

EARTH - Static variable in class org.wikibrain.spatial.constants.RefSys
 
EasySpatialExamples - Class in org.wikibrain.spatial.cookbook
Created by bjhecht on 5/17/14.
EasySpatialExamples() - Constructor for class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
edgeOverlaps(Rectangle) - Method in class net.sf.jsi.Rectangle
Determine whether an edge of this rectangle overlies the equivalent edge of the passed rectangle
ELEMENTS - Static variable in class org.wikibrain.spatial.constants.Layers
 
enableCache(boolean) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
TODO: handle non-point geometries.
enableCache(boolean) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
enableCache(boolean) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
Build an efficient in-memory cache if helpful.
end() - Method in class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
endSaveGeometries() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
 
endSaveGeometries() - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
This should be called at the end of a spatial data loading process (when all the saveGeometry() calls are completed).
enlargement(Rectangle) - Method in class net.sf.jsi.Rectangle
Calculate the area by which this rectangle would be enlarged if added to the passed rectangle.
enlargement(float, float, float, float, float, float, float, float) - Static method in class net.sf.jsi.Rectangle
Calculate the area by which a rectangle would be enlarged if added to the passed rectangle..
equals(Object) - Method in class net.sf.jsi.Rectangle
Determine whether this rectangle is equal to a given object.
evaluate(File, int) - Method in class org.wikibrain.spatial.cookbook.SimpleToblersLawEvaluator
 
evaluate(Iterable<Integer>, Integer, Integer, Integer, Integer, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
 
evaluateAll(File) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
Evaluate all pairs from loaded concepts
evaluateBipartite(File, List<UniversalPage>, List<UniversalPage>) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
Evaluate all pairs that one location is in "concepts1" and the other one is in "concepts2"
evaluateForOne(Integer, Geometry, Integer, Integer, Integer) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
 
evaluateOneSample() - Method in class org.wikibrain.spatial.cookbook.SimpleToblersLawEvaluator
 
evaluateSample(File, int) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
Evaluate a specified number of random pairs from loaded concepts
evaluateSample(File, int) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
Evaluate a specified number of random pairs from loaded concepts
exists(File) - Static method in class org.wikibrain.spatial.WikiBrainShapeFile
 
EXTENSIONS - Static variable in class org.wikibrain.spatial.WikiBrainShapeFile
 

F

fileToDataStore(File) - Static method in class org.wikibrain.spatial.WikiBrainShapeFile
 
fileToDataStore(File, String) - Static method in class org.wikibrain.spatial.WikiBrainShapeFile
 
forEachId(TIntProcedure) - Method in class net.sf.jsi.rtree.SortedList
 

G

GeodeticDistanceMetric - Class in org.wikibrain.spatial.distance
Estimates the number of kilometers between geometries.
GeodeticDistanceMetric(SpatialDataDao) - Constructor for class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
geomCount - Variable in class org.wikibrain.spatial.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.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!
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
 
getBounds() - Method in class net.sf.jsi.rtree.RTree
 
getBounds() - Method in interface net.sf.jsi.SpatialIndex
Returns the bounds of all the entries in the spatial index, or null if there are no entries.
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
 
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
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
 
getEntryCount() - Method in class net.sf.jsi.rtree.Node
 
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
 
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
 
getHighestUsedNodeId() - Method in class net.sf.jsi.rtree.RTree
Get the highest used node ID
getId(int) - Method in class net.sf.jsi.rtree.Node
 
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
getLevel() - Method in class net.sf.jsi.rtree.Node
 
getLowestPriority() - Method in class net.sf.jsi.rtree.SortedList
return the lowest priority currently stored, or float.NEGATIVE_INFINITY if no entries are stored
getMappingFile() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
 
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).
getName() - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
getName() - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
getName() - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
Describes the spatial distance metric.
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.GeodeticDistanceMetric
 
getNeighbors(Geometry, int, double) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
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 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.
getNode(int) - Method in class net.sf.jsi.rtree.RTree
Get a node object, given the ID of the node.
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
 
getPriority() - Method in class net.sf.jsi.PriorityQueue
 
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
 
getRootNodeId() - Method in class net.sf.jsi.rtree.RTree
Get the root node ID
getSchema() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
 
getScmRevisionId() - Static method in class net.sf.jsi.BuildProperties
SCM revision ID.
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
 
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
 
getValue() - Method in class net.sf.jsi.PriorityQueue
 
getVersion() - Static method in class net.sf.jsi.BuildProperties
Version number as specified in pom.xml
getVersion() - Method in class net.sf.jsi.rtree.RTree
 
getVersion() - Method in interface net.sf.jsi.SpatialIndex
Returns a string identifying the type of spatial index, and the version number, eg "SimpleIndex-0.1"
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, GeodeticDistanceMetric) - Constructor for class org.wikibrain.spatial.distance.GraphDistanceMetric
 

H

hasComponentFiles() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
 
hashCode() - Method in class net.sf.jsi.Rectangle
 
hasLayerGroup(String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
Returns true of spatial data folder has a given layer
hasMappingFile() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
 
hasReferenceSystem(String) - Method in class org.wikibrain.spatial.loader.SpatialDataFolder
Returns true if the spatial data folder has a reference system
hasShpExtension(File) - Static method in class org.wikibrain.spatial.WikiBrainShapeFile
 
height() - Method in class net.sf.jsi.Rectangle
 

I

init(Properties) - Method in class net.sf.jsi.rtree.RTree
Initialize implementation dependent properties of the RTree.
init(int) - Method in class net.sf.jsi.rtree.SortedList
 
init(Properties) - Method in interface net.sf.jsi.SpatialIndex
Initializes any implementation dependent properties of the spatial index.
initDataStoreIfNecessary() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
 
insert(int, float) - Method in class net.sf.jsi.PriorityQueue
 
instance - Static variable in class org.wikibrain.spatial.dao.postgis.PostGISDB
 
InstanceOfMatchScorer - Class in org.wikibrain.spatial.matcher
 
InstanceOfMatchScorer(Env, Config) - Constructor for class org.wikibrain.spatial.matcher.InstanceOfMatchScorer
 
intersects(Rectangle) - Method in class net.sf.jsi.Rectangle
Determine whether this rectangle intersects the passed rectangle
intersects(float, float, float, float, float, float, float, float) - Static method in class net.sf.jsi.Rectangle
Determine whether or not two rectangles intersect
intersects(Rectangle, TIntProcedure) - Method in class net.sf.jsi.rtree.RTree
 
intersects(Rectangle, TIntProcedure) - Method in interface net.sf.jsi.SpatialIndex
Finds all rectangles that intersect the passed rectangle.
isGreaterThanOrEqualTo(Precision.LatLonPrecision, Precision.LatLonPrecision) - Static method in class org.wikibrain.spatial.constants.Precision
Returns true if p1 greater than or equal to p2
isUnknown() - Method in class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 

J

jsonToGeometry(JsonObject) - Static method in class org.wikibrain.spatial.util.WikiBrainSpatialUtils
 

K

key - Variable in class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 
KNNEvaluator - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 5/17/14.
KNNEvaluator(Env, LanguageSet) - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
 

L

layerName - Variable in class org.wikibrain.spatial.SpatialContainerMetadata
 
Layers - Class in org.wikibrain.spatial.constants
Series of static variables to simplify access to layers loaded by default.
Layers() - Constructor for class org.wikibrain.spatial.constants.Layers
 
load(String, String, String) - Method in class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
loadData(LanguageSet) - Method in class org.wikibrain.spatial.loader.WikidataLayerLoader
 
loadExogenousData(String, String, String) - Method in class org.wikibrain.spatial.loader.SpatialDataLoader
 
loadLayers(List<SpatialDataLoader.LayerInfo>) - Method in class org.wikibrain.spatial.loader.SpatialDataLoader
 
loadWikidataData() - Method in class org.wikibrain.spatial.loader.SpatialDataLoader
 
LOG - Static variable in class org.wikibrain.spatial.dao.postgis.PostGISVersionChecker
 

M

main(String[]) - Static method in class org.wikibrain.spatial.cookbook.AdjacentPolygonExample
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.CalculateAllDistancePairs
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.CalculateGeographicDistanceBetweenPages
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.DistanceMetricsExample
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.GraphDistanceExample
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.SimpleToblersLawEvaluator
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.SpatialContainmentExample
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.SpatialNeighborExample
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.BipartiteEvaluatorTest
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.KNNEvaluator
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.Point3DDistance
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluatorTest
 
main(String[]) - Static method in class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
 
main(String[]) - Static method in class org.wikibrain.spatial.loader.SpatialDataLoader
 
main(String[]) - Static method in class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
main(String[]) - Static method in class org.wikibrain.spatial.matcher.ShapeFileMatcher
 
MappedShapefileLoader - Class in org.wikibrain.spatial.matcher
 
MappedShapefileLoader(Env) - Constructor for class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
match(String, String, String) - Method in class org.wikibrain.spatial.matcher.ShapeFileMatcher
 
maxX - Variable in class net.sf.jsi.Rectangle
use primitives instead of arrays for the coordinates of the rectangle, to reduce memory requirements.
maxY - Variable in class net.sf.jsi.Rectangle
use primitives instead of arrays for the coordinates of the rectangle, to reduce memory requirements.
merge(SpatialContainerMetadata) - Method in class org.wikibrain.spatial.SpatialContainerMetadata
 
minX - Variable in class net.sf.jsi.Rectangle
use primitives instead of arrays for the coordinates of the rectangle, to reduce memory requirements.
minY - Variable in class net.sf.jsi.Rectangle
use primitives instead of arrays for the coordinates of the rectangle, to reduce memory requirements.
move(File) - Method in class org.wikibrain.spatial.WikiBrainShapeFile
 

N

nearest(Point, TIntProcedure, float) - Method in class net.sf.jsi.rtree.RTree
 
nearest(Point, TIntProcedure, float) - Method in interface net.sf.jsi.SpatialIndex
Finds the nearest rectangles to the passed rectangle and calls v.execute(id) for each one.
nearestN(Point, TIntProcedure, int, float) - Method in class net.sf.jsi.rtree.RTree
 
nearestN(Point, int, float) - Method in class net.sf.jsi.rtree.RTree
Shilad's hack
nearestN(Point, TIntProcedure, int, float) - Method in interface net.sf.jsi.SpatialIndex
Finds the N nearest rectangles to the passed rectangle, and calls execute(id, distance) on each one, in order of increasing distance.
nearestNUnsorted(Point, TIntProcedure, int, float) - Method in class net.sf.jsi.rtree.RTree
 
nearestNUnsorted(Point, TIntProcedure, int, float) - Method in interface net.sf.jsi.SpatialIndex
Same as nearestN, except the found rectangles are not returned in sorted order.
net.sf.jsi - package net.sf.jsi
 
net.sf.jsi.rtree - package net.sf.jsi.rtree
 
Node - Class in net.sf.jsi.rtree
Used by RTree.

O

optimize() - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
 
optimize() - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
 
optimize() - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
Optimizes the database, if necessary.
org.wikibrain.spatial - package org.wikibrain.spatial
 
org.wikibrain.spatial.constants - package org.wikibrain.spatial.constants
 
org.wikibrain.spatial.cookbook - package org.wikibrain.spatial.cookbook
 
org.wikibrain.spatial.cookbook.tflevaluate - package org.wikibrain.spatial.cookbook.tflevaluate
 
org.wikibrain.spatial.dao - package org.wikibrain.spatial.dao
 
org.wikibrain.spatial.dao.postgis - package org.wikibrain.spatial.dao.postgis
 
org.wikibrain.spatial.distance - package org.wikibrain.spatial.distance
 
org.wikibrain.spatial.loader - package org.wikibrain.spatial.loader
 
org.wikibrain.spatial.matcher - package org.wikibrain.spatial.matcher
 
org.wikibrain.spatial.util - package org.wikibrain.spatial.util
 

P

PERIODIC_TABLE - Static variable in class org.wikibrain.spatial.constants.RefSys
 
Point - Class in net.sf.jsi
Currently hardcoded to 2 dimensions, but could be extended.
Point(float, float) - Constructor for class net.sf.jsi.Point
Constructor.
Point3DDistance - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 6/2/14.
Point3DDistance() - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.Point3DDistance
 
polygonDistance(Integer, Integer, String, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
 
pop() - Method in class net.sf.jsi.PriorityQueue
 
PostGISDB - Class in org.wikibrain.spatial.dao.postgis
Created by Brent Hecht on 12/30/13.
PostGISDB(String, String, Integer, String, String, String, String, int) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISDB
 
PostGISDB(Map<String, Object>) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISDB
 
PostGISDB.Provider - Class in org.wikibrain.spatial.dao.postgis
 
PostGISDB.Provider(Configurator, Configuration) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISDB.Provider
 
PostGISSpatialContainmentDao - Class in org.wikibrain.spatial.dao.postgis
Created by bjhecht on 4/7/14.
PostGISSpatialContainmentDao(PostGISDB) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao
 
PostGISSpatialContainmentDao.Provider - Class in org.wikibrain.spatial.dao.postgis
 
PostGISSpatialContainmentDao.Provider(Configurator, Configuration) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISSpatialContainmentDao.Provider
 
PostGISSpatialDataDao - Class in org.wikibrain.spatial.dao.postgis
Created by bjhecht on 4/7/14.
PostGISSpatialDataDao.Provider - Class in org.wikibrain.spatial.dao.postgis
 
PostGISSpatialDataDao.Provider(Configurator, Configuration) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao.Provider
 
PostGISSpatialNeighborDao - Class in org.wikibrain.spatial.dao.postgis
Created by toby on 4/17/14.
PostGISSpatialNeighborDao(PostGISDB) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao
 
PostGISSpatialNeighborDao.Provider - Class in org.wikibrain.spatial.dao.postgis
 
PostGISSpatialNeighborDao.Provider(Configurator, Configuration) - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISSpatialNeighborDao.Provider
 
PostGISVersionChecker - Class in org.wikibrain.spatial.dao.postgis
 
PostGISVersionChecker() - Constructor for class org.wikibrain.spatial.dao.postgis.PostGISVersionChecker
 
Precision - Class in org.wikibrain.spatial.constants
Created by bjhecht on 5/18/14.
Precision() - Constructor for class org.wikibrain.spatial.constants.Precision
 
Precision.LatLonPrecision - Enum in org.wikibrain.spatial.constants
Low = all wikidata points, High = anything without any significant digits after the decimal.
printAllLoadedLayersInReferenceSystems(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
printLatLonPrecisions(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
printNonEarthLayer(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
printSpatialContainerMetadata(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
 
PriorityQueue - Class in net.sf.jsi
Priority Queue that stores values as ints and priorities as floats.
PriorityQueue(boolean) - Constructor for class net.sf.jsi.PriorityQueue
 
PriorityQueue(boolean, int) - Constructor for class net.sf.jsi.PriorityQueue
 

R

readMapping() - Method in class org.wikibrain.spatial.WikiBrainShapeFile
Reads in a mapping from shapefile key to title for all entries with status != U
Rectangle - Class in net.sf.jsi
Currently hardcoded to 2 dimensions, but could be extended.
Rectangle() - Constructor for class net.sf.jsi.Rectangle
 
Rectangle(float, float, float, float) - Constructor for class net.sf.jsi.Rectangle
Constructor.
RefSys - Class in org.wikibrain.spatial.constants
Series of static variables to simplify access to reference systems loaded by default.
RefSys() - Constructor for class org.wikibrain.spatial.constants.RefSys
 
refSysName - Variable in class org.wikibrain.spatial.SpatialContainerMetadata
 
removeLayer(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISDB
 
removeLayer(String, String) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
 
removeLayer(String, String) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
Removes the layer with the given reference system.
removeLayer(String, String) - Method in class org.wikibrain.spatial.matcher.MappedShapefileLoader
 
reset() - Method in class net.sf.jsi.PriorityQueue
 
reset() - Method in class net.sf.jsi.rtree.SortedList
 
resolve(Map<String, String>, Geometry, int) - Method in class org.wikibrain.spatial.matcher.GeoResolver
 
retrieveAllLocations() - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
Load all locations from all language editions of Wikipedia to concepts
retrieveAllLocations(String, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
 
retrieveLocations() - Method in class org.wikibrain.spatial.cookbook.SimpleToblersLawEvaluator
 
retrieveLocations(Map<Integer, Geometry>) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
Load specified tagged geometries to concepts
retrieveLocations(Map<Integer, Geometry>, String, String) - Method in class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
 
RTree - Class in net.sf.jsi.rtree
This is a lightweight RTree implementation, specifically designed for the following features (in order of importance): Fast intersection query performance.
RTree() - Constructor for class net.sf.jsi.rtree.RTree
Constructor.

S

sameObject(Object) - Method in class net.sf.jsi.Rectangle
Determine whether this rectangle is the same as another object Note that two rectangles can be equal but not the same object, if they both have the same bounds.
saveGeometry(int, String, String, Geometry) - Method in class org.wikibrain.spatial.dao.postgis.PostGISSpatialDataDao
 
saveGeometry(int, String, String, Geometry) - Method in interface org.wikibrain.spatial.dao.SpatialDataDao
Saves a geometry.
score(LocalId, Map<String, String>, Geometry) - Method in class org.wikibrain.spatial.matcher.AbstractMatchScorer
 
score(LocalId, Map<String, String>, Geometry) - Method in class org.wikibrain.spatial.matcher.ContainsPointScorer
 
score(LocalId, Map<String, String>, Geometry) - Method in class org.wikibrain.spatial.matcher.InstanceOfMatchScorer
 
score(LocalId, Map<String, String>, Geometry) - Method in class org.wikibrain.spatial.matcher.WikidataValueScorer
 
set(Point) - Method in class net.sf.jsi.Point
Copy from another point into this one
set(float, float, float, float) - Method in class net.sf.jsi.Rectangle
Sets the size of the rectangle.
set(Rectangle) - Method in class net.sf.jsi.Rectangle
Sets the size of this rectangle to equal the passed rectangle.
setMaxDistance(int) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
setNumNeighbors(int) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
setSortOrder(boolean) - Method in class net.sf.jsi.PriorityQueue
 
setValidConcepts(TIntSet) - Method in class org.wikibrain.spatial.distance.GeodeticDistanceMetric
 
setValidConcepts(TIntSet) - Method in class org.wikibrain.spatial.distance.GraphDistanceMetric
 
setValidConcepts(TIntSet) - Method in interface org.wikibrain.spatial.distance.SpatialDistanceMetric
 
ShapeFileMatcher - Class in org.wikibrain.spatial.matcher
Creates or updates a mapping csv file from a shapefile to WikiBrain.
ShapeFileMatcher(Env) - Constructor for class org.wikibrain.spatial.matcher.ShapeFileMatcher
 
ShapeFileMatcher.MappingInfo - Class in org.wikibrain.spatial.matcher
 
ShapeFileMatcher.MappingInfo(Map<String, String>) - Constructor for class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 
shapeType - Variable in class org.wikibrain.spatial.SpatialContainerMetadata
 
SimpleToblersLawEvaluator - Class in org.wikibrain.spatial.cookbook
 
SimpleToblersLawEvaluator(Env) - Constructor for class org.wikibrain.spatial.cookbook.SimpleToblersLawEvaluator
 
size() - Method in class net.sf.jsi.PriorityQueue
 
size() - Method in class net.sf.jsi.rtree.RTree
 
size() - Method in interface net.sf.jsi.SpatialIndex
Returns the number of entries in the spatial index
SORT_ORDER_ASCENDING - Static variable in class net.sf.jsi.PriorityQueue
 
SORT_ORDER_DESCENDING - Static variable in class net.sf.jsi.PriorityQueue
 
SortedList - Class in net.sf.jsi.rtree
Sorted List, backed by a TArrayList.
SortedList() - Constructor for class net.sf.jsi.rtree.SortedList
 
SpatialContainerMetadata - Class in org.wikibrain.spatial
Stores metadata about spatial containers (e.g.
SpatialContainerMetadata(String, String, int, SpatialContainerMetadata.ShapeType) - Constructor for class org.wikibrain.spatial.SpatialContainerMetadata
 
SpatialContainerMetadata.ShapeType - Enum in org.wikibrain.spatial
 
SpatialContainmentDao - Interface in org.wikibrain.spatial.dao
Created by Brent Hecht on 12/29/13.
SpatialContainmentDao.ContainmentOperationType - Enum in org.wikibrain.spatial.dao
 
SpatialContainmentExample - Class in org.wikibrain.spatial.cookbook
Created by bjhecht on 4/8/14.
SpatialContainmentExample() - Constructor for class org.wikibrain.spatial.cookbook.SpatialContainmentExample
 
SpatialDataDao - Interface in org.wikibrain.spatial.dao
Created by Brent Hecht on 12/29/13.
SpatialDataDownloader - Class in org.wikibrain.spatial.loader
 
SpatialDataDownloader(SpatialDataFolder) - Constructor for class org.wikibrain.spatial.loader.SpatialDataDownloader
 
SpatialDataDownloader(Configuration) - Constructor for class org.wikibrain.spatial.loader.SpatialDataDownloader
 
SpatialDataDownloader(Env) - Constructor for class org.wikibrain.spatial.loader.SpatialDataDownloader
 
SpatialDataFolder - Class in org.wikibrain.spatial.loader
Convenience class to deal with spatial data folder structure.
SpatialDataFolder(File) - Constructor for class org.wikibrain.spatial.loader.SpatialDataFolder
Will create the folder if it does not exist.
SpatialDataLoader - Class in org.wikibrain.spatial.loader
 
SpatialDataLoader(Env) - Constructor for class org.wikibrain.spatial.loader.SpatialDataLoader
 
SpatialDataLoader.LayerInfo - Class in org.wikibrain.spatial.loader
 
SpatialDataLoader.LayerInfo(String) - Constructor for class org.wikibrain.spatial.loader.SpatialDataLoader.LayerInfo
 
SpatialDistanceMetric - Interface in org.wikibrain.spatial.distance
TODO: add versions of the methods for local and universal ids
SpatialDistanceMetric.Neighbor - Class in org.wikibrain.spatial.distance
 
SpatialDistanceMetric.Neighbor(int, double) - Constructor for class org.wikibrain.spatial.distance.SpatialDistanceMetric.Neighbor
 
SpatialIndex - Interface in net.sf.jsi
Defines methods that must be implemented by all spatial indexes.
SpatialNeighborDao - Interface in org.wikibrain.spatial.dao
Created by toby on 4/17/14.
SpatialNeighborExample - Class in org.wikibrain.spatial.cookbook
Created by toby on 4/17/14.
SpatialNeighborExample() - Constructor for class org.wikibrain.spatial.cookbook.SpatialNeighborExample
 
STATE - Static variable in class org.wikibrain.spatial.constants.Layers
 
status - Variable in class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 

T

timestamp - Variable in class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 
title - Variable in class org.wikibrain.spatial.matcher.ShapeFileMatcher.MappingInfo
 
ToblersLawEvaluator - Class in org.wikibrain.spatial.cookbook.tflevaluate
 
ToblersLawEvaluator(Env, LanguageSet) - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluator
 
ToblersLawEvaluatorTest - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 4/17/14.
ToblersLawEvaluatorTest() - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.ToblersLawEvaluatorTest
 
toNativeArray() - Method in class net.sf.jsi.rtree.SortedList
 
TopoEvaluator - Class in org.wikibrain.spatial.cookbook.tflevaluate
Created by toby on 5/22/14.
TopoEvaluator(Env, LanguageSet) - Constructor for class org.wikibrain.spatial.cookbook.tflevaluate.TopoEvaluator
 
toReferenceSystem() - Method in class org.wikibrain.spatial.SpatialContainerMetadata
 
toString() - Method in class net.sf.jsi.Point
Print as a string in format "(x, y)"
toString() - Method in class net.sf.jsi.Rectangle
Return a string representation of this rectangle, in the form: (1.2, 3.4), (5.6, 7.8)
toString() - Method in class org.wikibrain.spatial.SpatialContainerMetadata
 

U

union(Rectangle) - Method in class net.sf.jsi.Rectangle
Find the the union of this rectangle and the passed rectangle.
useConvenienceFunctionsInSpatialDataDao(String[]) - Static method in class org.wikibrain.spatial.cookbook.EasySpatialExamples
This code prints the centroid of the geographic entity represented by article name.

V

valueOf(String) - Static method in enum org.wikibrain.spatial.constants.Precision.LatLonPrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wikibrain.spatial.dao.SpatialContainmentDao.ContainmentOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wikibrain.spatial.SpatialContainerMetadata.ShapeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wikibrain.spatial.constants.Precision.LatLonPrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wikibrain.spatial.dao.SpatialContainmentDao.ContainmentOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wikibrain.spatial.SpatialContainerMetadata.ShapeType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyVersion(Map) - Method in class org.wikibrain.spatial.dao.postgis.PostGISVersionChecker
 

W

WB_MAP_EXTENSINO - Static variable in class org.wikibrain.spatial.WikiBrainShapeFile
 
width() - Method in class net.sf.jsi.Rectangle
Utility methods (not used by JSI); added to enable this to be used as a generic rectangle class
WikiBrainShapeFile - Class in org.wikibrain.spatial
A utility wrapper around GeoTool's shape file class.
WikiBrainShapeFile(File) - Constructor for class org.wikibrain.spatial.WikiBrainShapeFile
Creates a new shapefile wrapper associated with the given file.
WikiBrainShapeFile(File, String) - Constructor for class org.wikibrain.spatial.WikiBrainShapeFile
Creates a new shapefile wrapper associated with the given file.
WikiBrainSpatialUtils - Class in org.wikibrain.spatial.util
Created by bjhecht on 5/21/14.
WikiBrainSpatialUtils() - Constructor for class org.wikibrain.spatial.util.WikiBrainSpatialUtils
 
WIKIDATA - Static variable in class org.wikibrain.spatial.constants.Layers
 
WikidataLayerLoader - Class in org.wikibrain.spatial.loader
Loads points from wikidata as a layer.
WikidataLayerLoader(MetaInfoDao, WikidataDao, SpatialDataDao) - Constructor for class org.wikibrain.spatial.loader.WikidataLayerLoader
 
WikidataValueScorer - Class in org.wikibrain.spatial.matcher
 
WikidataValueScorer(Env, Config) - Constructor for class org.wikibrain.spatial.matcher.WikidataValueScorer
 
writeMatches(Config, WikiBrainShapeFile) - Method in class org.wikibrain.spatial.matcher.ShapeFileMatcher
 

X

x - Variable in class net.sf.jsi.Point
The (x, y) coordinates of the point.
xInt() - Method in class net.sf.jsi.Point
 

Y

y - Variable in class net.sf.jsi.Point
The (x, y) coordinates of the point.
yInt() - Method in class net.sf.jsi.Point
 
A B C D E F G H I J K L M N O P R S T U V W X Y 

Copyright © 2014. All rights reserved.