- 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
-
- 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
-