org.hibernate.spatial.dialect.oracle.criterion
Interface OracleSpatialAggregate

All Superinterfaces:
SpatialAggregate

public interface OracleSpatialAggregate
extends SpatialAggregate

Defines types of OracleSpatialAggregate


Field Summary
static int CENTROID
           
static int CONCAT_LINES
           
static int CONVEXHULL
           
static int LRS_CONCAT
           
static int UNION
           
 
Fields inherited from interface org.hibernate.spatial.SpatialAggregate
EXTENT
 

Field Detail

LRS_CONCAT

static final int LRS_CONCAT
See Also:
Constant Field Values

CENTROID

static final int CENTROID
See Also:
Constant Field Values

CONCAT_LINES

static final int CONCAT_LINES
See Also:
Constant Field Values

UNION

static final int UNION
See Also:
Constant Field Values

CONVEXHULL

static final int CONVEXHULL
See Also:
Constant Field Values