Package | Description |
---|---|
org.hibernate.spatial.dialect.oracle.criterion |
A criterion API for Oracle Spatial (10g and later) using SDOGeometry.
|
Modifier and Type | Method and Description |
---|---|
static OracleSpatialProjection |
OracleSpatialProjections.centroid(String propertyName)
Applies a "CENTROID" projection to the named property.
|
static OracleSpatialProjection |
OracleSpatialProjections.concatLines(String propertyName)
Applies a "CONCAT_LINES" projection to the named property.
|
static OracleSpatialProjection |
OracleSpatialProjections.concatLrs(String propertyName)
Applies a "CONCAT_LRS" projection to the named property.
|
static OracleSpatialProjection |
OracleSpatialProjections.projection(int projection,
String propertyName)
Applies the specified
OracleSpatialProjection to the named property. |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.