C E G I O S T

C

containsMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Evaluates if the leftExpr geometry contains the rightExpr geometry (CONTAINS topological relationship).
containsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Evaluates if the leftExpr geometry contains the rightExpr geometry (OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship).
containsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Evaluates if the leftExpr geometry contains the rightExpr geometry (OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship).

E

ExpressionSpatialAdapter - interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter.
Allow different datastores to provide their own representation of Spatial expresssions.
equalsMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Evaluates if the leftExpr geometry equals the rightExpr geometry (EQUALS topological relationship).
equalsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Evaluates if the leftExpr geometry equals the rightExpr geometry (EQUALS topological relationship).
equalsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Evaluates if the leftExpr geometry equals the rightExpr geometry (EQUALS topological relationship).

G

geometryMethod(ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.
geometryMethod(ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Creates a spatial expression from a literal.

I

insideMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Evaluates if the leftExpr geometry is inside the rightExpr geometry (INSIDE topological relationship).
insideMethod(Object, Object) - Method in class org.jpox.store.expression.spatial.Spatial
Evaluates if the leftExpr geometry is inside the rightExpr geometry (INSIDE topological relationship).
insideMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Evaluates if the leftExpr geometry is inside the rightExpr geometry (INSIDE topological relationship).

O

org.jpox.store.expression.spatial - package org.jpox.store.expression.spatial
 
overlapsMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Evaluates if the leftExpr geometry overlaps the rightExpr geometry (OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship).
overlapsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Evaluates if the leftExpr geometry overlaps the rightExpr geometry (OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship).
overlapsMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Evaluates if the leftExpr geometry overlaps the rightExpr geometry (OVERLAPBDYDISJOINT or OVERLAPBDYINTERSECT topological relationship).

S

Spatial - class org.jpox.store.expression.spatial.Spatial.
Spatial functions to perform on literals.
Spatial() - Constructor for class org.jpox.store.expression.spatial.Spatial
 
SpatialExpression - class org.jpox.store.expression.spatial.SpatialExpression.
Representation of Spatial functions in JDOQL
SpatialExpression(QueryExpression) - Constructor for class org.jpox.store.expression.spatial.SpatialExpression
 
SpatialExpression(String, List) - Constructor for class org.jpox.store.expression.spatial.SpatialExpression
Generates statement as e.g.

T

touchesMethod(ScalarExpression, ScalarExpression) - Method in interface org.jpox.store.expression.spatial.ExpressionSpatialAdapter
Evaluates if the leftExpr geometry touches the rightExpr geometry (TOUCH topological relationship).
touchesMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.Spatial
Evaluates if the leftExpr geometry touches the rightExpr geometry (TOUCH topological relationship).
touchesMethod(ScalarExpression, ScalarExpression) - Method in class org.jpox.store.expression.spatial.SpatialExpression
Evaluates if the leftExpr geometry touches the rightExpr geometry (TOUCH topological relationship).

C E G I O S T

Copyright © 2003-2007 Java Persistent Objects (JPOX). All Rights Reserved.