Class GeometryColumnsSqlMm


  • public class GeometryColumnsSqlMm
    extends Object
    SQL/MM Geometry Columns object. Identifies the geometry columns in tables that contain user data representing features.
    Author:
    osbornb
    • Constructor Detail

      • GeometryColumnsSqlMm

        public GeometryColumnsSqlMm()
        Default Constructor
      • GeometryColumnsSqlMm

        public GeometryColumnsSqlMm​(GeometryColumnsSqlMm geometryColumns)
        Copy Constructor
        Parameters:
        geometryColumns - geometry columns to copy
        Since:
        1.3.0
    • Method Detail

      • getId

        public TableColumnKey getId()
        Get the id
        Returns:
        table column key
      • setId

        public void setId​(TableColumnKey id)
        Set the id
        Parameters:
        id - id
      • getContents

        public Contents getContents()
      • setContents

        public void setContents​(Contents contents)
      • getTableName

        public String getTableName()
      • getColumnName

        public String getColumnName()
      • setColumnName

        public void setColumnName​(String columnName)
      • setGeometryType

        public void setGeometryType​(GeometryType geometryType)
      • getGeometryTypeName

        public String getGeometryTypeName()
      • getSrsId

        public long getSrsId()
      • getSrsName

        public String getSrsName()
      • getProjection

        public Projection getProjection()
        Get the projection
        Returns:
        projection
        Since:
        3.1.0