Package | Description |
---|---|
org.wikibrain.spatial.constants | |
org.wikibrain.spatial.dao | |
org.wikibrain.spatial.dao.postgis |
Modifier and Type | Method and Description |
---|---|
static Precision.LatLonPrecision |
Precision.getLatLonPrecision(com.vividsolutions.jts.geom.Point p) |
static Precision.LatLonPrecision |
Precision.LatLonPrecision.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Precision.LatLonPrecision[] |
Precision.LatLonPrecision.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Precision.isGreaterThanOrEqualTo(Precision.LatLonPrecision p1,
Precision.LatLonPrecision p2)
Returns true if p1 greater than or equal to p2
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,com.vividsolutions.jts.geom.Geometry> |
SpatialDataDao.getAllGeometriesInLayer(String layerName,
Precision.LatLonPrecision minPrecision)
Gets all the geometries in a given layer with a minimum precision, assumes 'earth' reference system
|
com.vividsolutions.jts.geom.Geometry |
SpatialDataDao.getGeometry(int itemId,
String layerName,
Precision.LatLonPrecision minPrecision)
Gets a geometry by Wikidata item id, layer name, and minimum precision.
|
com.vividsolutions.jts.geom.Geometry |
SpatialDataDao.getGeometry(String articleName,
Language language,
String layerName,
Precision.LatLonPrecision minPrecision)
Gets a geometry by article name, language, layer, and minimum precision.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,com.vividsolutions.jts.geom.Geometry> |
PostGISSpatialDataDao.getAllGeometriesInLayer(String layerName,
Precision.LatLonPrecision minPrecision) |
com.vividsolutions.jts.geom.Geometry |
PostGISSpatialDataDao.getGeometry(int itemId,
String layerName,
Precision.LatLonPrecision minPrecision) |
com.vividsolutions.jts.geom.Geometry |
PostGISSpatialDataDao.getGeometry(String articleName,
Language language,
String layerName,
Precision.LatLonPrecision minPrecision) |
Copyright © 2015. All rights reserved.