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  OracleSpatialProjectionto the named property. | 
public static OracleSpatialProjection concatLrs(String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection centroid(String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection concatLines(String propertyName)
propertyName - The name of the geometry propertyOracleSpatialProjectionpublic static OracleSpatialProjection projection(int projection, String propertyName)
OracleSpatialProjection to the named property.projection - The projection functionpropertyName - The name of the geometry propertyOracleSpatialProjectionCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.