Package | Description |
---|---|
org.wikibrain.spatial.dao | |
org.wikibrain.spatial.dao.postgis |
Modifier and Type | Method and Description |
---|---|
static SpatialContainmentDao.ContainmentOperationType |
SpatialContainmentDao.ContainmentOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialContainmentDao.ContainmentOperationType[] |
SpatialContainmentDao.ContainmentOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
gnu.trove.set.TIntSet |
SpatialContainmentDao.getContainedItemIds(com.vividsolutions.jts.geom.Geometry g,
String refSysName,
Set<String> subLayers,
SpatialContainmentDao.ContainmentOperationType opType)
Returns the item ids spatially contained/intersected with the input geometry
|
gnu.trove.set.TIntSet |
SpatialContainmentDao.getContainedItemIds(Integer itemId,
String layerName,
String refSysName,
Set<String> subLayers,
SpatialContainmentDao.ContainmentOperationType opType)
Returns the item ids of the items spatially contained/intersected with the geometry corresponding to the input (itemId, layerName, refSysName).
|
Modifier and Type | Method and Description |
---|---|
gnu.trove.set.TIntSet |
PostGISSpatialContainmentDao.getContainedItemIds(com.vividsolutions.jts.geom.Geometry g,
String refSysName,
Set<String> subLayers,
SpatialContainmentDao.ContainmentOperationType opType) |
gnu.trove.set.TIntSet |
PostGISSpatialContainmentDao.getContainedItemIds(Integer itemId,
String layerName,
String refSysName,
Set<String> subLayers,
SpatialContainmentDao.ContainmentOperationType opType) |
Copyright © 2015. All rights reserved.