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