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 RelationshipMask |
RelationshipMask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationshipMask[] |
RelationshipMask.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
RelationshipMask.booleanCombination(RelationshipMask[] masks)
Combines the passed "
RelationshipMask s |
static Criterion |
OracleSpatialRestrictions.SDORelate(String propertyName,
org.locationtech.jts.geom.Geometry geom,
RelationshipMask[] mask,
Double minResolution,
Double maxResolution)
Apply the "SDO_RELATE" constraint to the specified property, using the specified parameters.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.