public class OracleSpatialRestrictions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.hibernate.criterion.Criterion |
SDOFilter(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
java.lang.Double minResolution,
java.lang.Double maxResolution)
Apply the "SDO_FILTER" constraint to the specified property, using the specified parameters
|
static org.hibernate.criterion.Criterion |
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 org.hibernate.criterion.Criterion |
SDONN(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
java.lang.Double distance,
java.lang.Integer numResults,
java.lang.String unit)
Apply the "SDO_NN" constraint to the specified property, using the specified parameters
|
static org.hibernate.criterion.Criterion |
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 org.hibernate.criterion.Criterion |
SDORelate(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
RelationshipMask[] mask,
java.lang.Double minResolution,
java.lang.Double maxResolution)
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
|
static org.hibernate.criterion.Criterion |
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 org.hibernate.criterion.Criterion |
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 org.hibernate.criterion.Criterion |
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. |
public static org.hibernate.criterion.Criterion SDOFilter(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param)
propertyName - The name of the proertygeom - The search geometry to use in the constraintparam - The function parameters for the SDO_FILTERpublic static org.hibernate.criterion.Criterion SDOFilter(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
java.lang.Double minResolution,
java.lang.Double maxResolution)
propertyName - The name of the proertygeom - The search geometry to use in the constraintminResolution - The min_resolution parametermaxResolution - The max_resolution parameterpublic static org.hibernate.criterion.Criterion SDONN(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
java.lang.Double distance,
java.lang.Integer numResults,
java.lang.String unit)
propertyName - The name of the propertygeom - The search geometry to use in the constraintdistance - The distance parameternumResults - The num_results parameterunit - The unit parameterpublic static org.hibernate.criterion.Criterion SDONN(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param)
SDOParameterMappropertyName - The name of the propertygeom - The search geometry to use in the constraintparam - The parameters for the constraint functionpublic static org.hibernate.criterion.Criterion SDORelate(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param)
SDOParameterMappropertyName - The name of the propertygeom - The search geometry to use in the constraintparam - The parameters for the constraint functionpublic static org.hibernate.criterion.Criterion SDORelate(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
RelationshipMask[] mask,
java.lang.Double minResolution,
java.lang.Double maxResolution)
propertyName - The name of the propertygeom - The search geometry to use in the constraintmask - The mask parameterminResolution - The min_resolution parametermaxResolution - The max_resolution parameterpublic static org.hibernate.criterion.Criterion SDOWithinDistance(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
SDOParameterMap param)
SDOParameterMap.propertyName - The name of the propertygeom - The search geometry to use in the constraintparam - The parameters for the constraint functionpublic static org.hibernate.criterion.Criterion SDOWithinDistance(java.lang.String propertyName,
com.vividsolutions.jts.geom.Geometry geom,
java.lang.Double distance,
SDOParameterMap param)
SDOParameterMap.propertyName - The name of the propertygeom - The search geometry to use in the constraintdistance - The distance parameter for the constraint functionparam - The parameters for the constraint functionCopyright © 2001-2025 Red Hat, Inc. All Rights Reserved.