org.hibernatespatial
Interface SpatialRelation
public interface SpatialRelation
These spatial relations are all defined in "OpenGIS Simple Feature
Specification for SQL, Rev. 1.1" of the Open Geospatial Consortium (OGC).
- Author:
- Karel Maesen
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
DISJOINT
static final int DISJOINT
- See Also:
- Constant Field Values
TOUCHES
static final int TOUCHES
- See Also:
- Constant Field Values
CROSSES
static final int CROSSES
- See Also:
- Constant Field Values
WITHIN
static final int WITHIN
- See Also:
- Constant Field Values
OVERLAPS
static final int OVERLAPS
- See Also:
- Constant Field Values
CONTAINS
static final int CONTAINS
- See Also:
- Constant Field Values
INTERSECTS
static final int INTERSECTS
- See Also:
- Constant Field Values
FILTER
@Deprecated
static final int FILTER
- Deprecated.
- See Also:
- Constant Field Values
Copyright © 2011 hibernatespatial.org. All Rights Reserved.