Uses of Enum Class
com.oracle.spring.spatial.SpatialRelationMask
Packages that use SpatialRelationMask
-
Uses of SpatialRelationMask in com.oracle.spring.spatial
Subclasses with type arguments of type SpatialRelationMask in com.oracle.spring.spatialModifier and TypeClassDescriptionenumSupported Oracle Spatial relationship masks forSDO_RELATE.Methods in com.oracle.spring.spatial that return SpatialRelationMaskModifier and TypeMethodDescriptionstatic SpatialRelationMaskReturns the enum constant of this class with the specified name.static SpatialRelationMask[]SpatialRelationMask.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.oracle.spring.spatial with parameters of type SpatialRelationMaskModifier and TypeMethodDescriptionOracleSpatialJdbcOperations.relate(String geometryColumn, SpatialGeometry geometry, SpatialRelationMask mask) Returns anSDO_RELATE(...)predicate for the given relationship mask.