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 intBUFFERDeprecated.The buffer functionstatic intCONVEXHULLDeprecated.The convexhull functionstatic intDIFFERENCEDeprecated.The difference functionstatic intDISTANCEDeprecated.The distance functionstatic intINTERSECTIONDeprecated.The intersection functionstatic intSYMDIFFERENCEDeprecated.The symmetric difference functionstatic intUNIONDeprecated.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
-
-