static Criterion |
OracleSpatialRestrictions.SDOFilter(java.lang.String propertyName,
org.locationtech.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
|
static Criterion |
OracleSpatialRestrictions.SDONN(java.lang.String propertyName,
org.locationtech.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_NN" constraint to the specified property, using the specified SDOParameterMap
|
static Criterion |
OracleSpatialRestrictions.SDORelate(java.lang.String propertyName,
org.locationtech.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_RELATE" constraint to the specified property, using the specified SDOParameterMap
|
static Criterion |
OracleSpatialRestrictions.SDOWithinDistance(java.lang.String propertyName,
org.locationtech.jts.geom.Geometry geom,
java.lang.Double distance,
SDOParameterMap param) |
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap .
|
static Criterion |
OracleSpatialRestrictions.SDOWithinDistance(java.lang.String propertyName,
org.locationtech.jts.geom.Geometry geom,
SDOParameterMap param) |
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified SDOParameterMap .
|