Class OracleSpatialProjections


  • public final class OracleSpatialProjections
    extends java.lang.Object
    Factory class for SpationProjection functions *
    • Method Detail

      • concatLrs

        public static OracleSpatialProjection concatLrs​(java.lang.String propertyName)
        Applies a "CONCAT_LRS" projection to the named property.
        Parameters:
        propertyName - The name of the geometry property
        Returns:
        OracleSpatialProjection
        See Also:
        OracleSpatialProjection
      • centroid

        public static OracleSpatialProjection centroid​(java.lang.String propertyName)
        Applies a "CENTROID" projection to the named property.
        Parameters:
        propertyName - The name of the geometry property
        Returns:
        OracleSpatialProjection
        See Also:
        OracleSpatialProjection
      • concatLines

        public static OracleSpatialProjection concatLines​(java.lang.String propertyName)
        Applies a "CONCAT_LINES" projection to the named property.
        Parameters:
        propertyName - The name of the geometry property
        Returns:
        OracleSpatialProjection
        See Also:
        OracleSpatialProjection
      • projection

        public static OracleSpatialProjection projection​(int projection,
                                                         java.lang.String propertyName)
        Applies the specified OracleSpatialProjection to the named property.
        Parameters:
        projection - The projection function
        propertyName - The name of the geometry property
        Returns:
        OracleSpatialProjection
        See Also:
        OracleSpatialProjection