Class SpatialExpressionOperators


  • public class SpatialExpressionOperators
    extends Object
    INTERNAL: This class produces a number of ExpressionOperators for spatial classes The static methods in this class are used by Oracle9Platform to initialize these operators.
    See Also:
    "org.eclipse.persistence.platform.database.oracle.Oracle9Plaform.initializePlatformOperators()"
    • Constructor Detail

      • SpatialExpressionOperators

        public SpatialExpressionOperators()
    • Method Detail

      • withinDistance

        public 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
        Returns:
      • relate

        public 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
        Returns:
      • filter

        public static ExpressionOperator filter()
        ExpressionOperator for the MDSYS.SDO_FILTER Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
        Returns:
      • nearestNeighbor

        public static ExpressionOperator nearestNeighbor()
        ExpressionOperator for the MDSYS.SDO_NN Spatial Operator on the Oracle Database Use of this operator requires the Java spatial classes
        Returns: