public final class OracleSpatialProjections
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static OracleSpatialProjection |
centroid(java.lang.String propertyName)
Applies a "CENTROID" projection to the named property.
|
static OracleSpatialProjection |
concatLines(java.lang.String propertyName)
Applies a "CONCAT_LINES" projection to the named property.
|
static OracleSpatialProjection |
concatLrs(java.lang.String propertyName)
Applies a "CONCAT_LRS" projection to the named property.
|
static OracleSpatialProjection |
projection(int projection,
java.lang.String propertyName)
Applies the specified
OracleSpatialProjection to the named property. |
public static OracleSpatialProjection concatLrs(java.lang.String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection centroid(java.lang.String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection concatLines(java.lang.String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection projection(int projection, java.lang.String propertyName)
OracleSpatialProjection to the named property.projection - The projection functionpropertyName - The name of the geometry propertyOracleSpatialProjectionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.