public class SpatialExpressionOperators
extends java.lang.Object
org.eclipse.persistence.platform.database.oracle.Oracle9Plaform.initializePlatformOperators()
Constructor and Description |
---|
SpatialExpressionOperators() |
Modifier and Type | Method and Description |
---|---|
static ExpressionOperator |
filter()
ExpressionOperator for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database
Use of this operator requires the Java spatial classes
|
static ExpressionOperator |
nearestNeighbor()
ExpressionOperator for the MDSYS.SDO_NN Spatial Operator on the Oracle Database
Use of this operator requires the Java spatial classes
|
static ExpressionOperator |
relate()
ExpressionOperator for the MDSYS.MDSYS.SDO_RELATE Spatial Operator on the Oracle Database
Use of this operator requires the Java spatial classes
|
static ExpressionOperator |
withinDistance()
ExpressionOperator for the MDSYS.SDO_WITHIN_DISTANCE Spatial Operator on the Oracle Database
Use of this operator requires the Java spatial classes
|
public static ExpressionOperator withinDistance()
public static ExpressionOperator relate()
public static ExpressionOperator filter()
public static ExpressionOperator nearestNeighbor()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference