Interface OracleSpatialAggregate
-
- All Superinterfaces:
SpatialAggregate
public interface OracleSpatialAggregate extends SpatialAggregate
Defines types of Oracle Spatial aggregate functions
-
-
Field Summary
Fields Modifier and Type Field Description static intCENTROIDCENTROID aggregate functionstatic intCONCAT_LINESCONCAT_LINES aggregate functionstatic intCONVEXHULLCONVEXHULL aggregate functionstatic intLRS_CONCATLRS_CONCAT aggregate functionstatic intUNIONUNION aggregate function-
Fields inherited from interface org.hibernate.spatial.SpatialAggregate
EXTENT
-
-
-
-
Field Detail
-
LRS_CONCAT
static final int LRS_CONCAT
LRS_CONCAT aggregate function- See Also:
- Constant Field Values
-
CENTROID
static final int CENTROID
CENTROID aggregate function- See Also:
- Constant Field Values
-
CONCAT_LINES
static final int CONCAT_LINES
CONCAT_LINES aggregate function- See Also:
- Constant Field Values
-
UNION
static final int UNION
UNION aggregate function- See Also:
- Constant Field Values
-
CONVEXHULL
static final int CONVEXHULL
CONVEXHULL aggregate function- See Also:
- Constant Field Values
-
-