Package | Description |
---|---|
org.hibernate.spatial.dialect.oracle.criterion |
A criterion API for Oracle Spatial (10g and later) using SDOGeometry.
|
Modifier and Type | Method and Description |
---|---|
static Criterion |
OracleSpatialRestrictions.SDOFilter(java.lang.String propertyName,
com.vividsolutions.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,
com.vividsolutions.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,
com.vividsolutions.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,
com.vividsolutions.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,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param)
Apply the "SDO_WITHIN_DISTANCE" constraint to the specified property, using the specified
SDOParameterMap . |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.