Package org.hibernate.spatial
Interface SpatialAnalysis
-
@Deprecated public interface SpatialAnalysis
Deprecated.Will be removed in 6The spatial analysis functions defined in the OGC SFS specification.
-
-
Field Summary
Fields Modifier and Type Field Description static int
BUFFER
Deprecated.The buffer functionstatic int
CONVEXHULL
Deprecated.The convexhull functionstatic int
DIFFERENCE
Deprecated.The difference functionstatic int
DISTANCE
Deprecated.The distance functionstatic int
INTERSECTION
Deprecated.The intersection functionstatic int
SYMDIFFERENCE
Deprecated.The symmetric difference functionstatic int
UNION
Deprecated.The union function
-
-
-
Field Detail
-
DISTANCE
static final int DISTANCE
Deprecated.The distance function- See Also:
- Constant Field Values
-
BUFFER
static final int BUFFER
Deprecated.The buffer function- See Also:
- Constant Field Values
-
CONVEXHULL
static final int CONVEXHULL
Deprecated.The convexhull function- See Also:
- Constant Field Values
-
INTERSECTION
static final int INTERSECTION
Deprecated.The intersection function- See Also:
- Constant Field Values
-
UNION
static final int UNION
Deprecated.The union function- See Also:
- Constant Field Values
-
DIFFERENCE
static final int DIFFERENCE
Deprecated.The difference function- See Also:
- Constant Field Values
-
SYMDIFFERENCE
static final int SYMDIFFERENCE
Deprecated.The symmetric difference function- See Also:
- Constant Field Values
-
-