Class GeometryColumns


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

      • GeometryColumns

        public GeometryColumns()
        Default Constructor
      • GeometryColumns

        public GeometryColumns​(GeometryColumns 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()
        Get the contents
        Returns:
        contents
      • setContents

        public void setContents​(Contents contents)
        Set the contents
        Parameters:
        contents - contents
      • getTableName

        public String getTableName()
        Get the table name
        Returns:
        table name
      • setTableName

        public void setTableName​(String tableName)
        Set the table name
        Parameters:
        tableName - table name
        Since:
        4.0.0
      • getColumnName

        public String getColumnName()
        Get the column name
        Returns:
        column name
      • setColumnName

        public void setColumnName​(String columnName)
        Set the column name
        Parameters:
        columnName - column name
      • getGeometryType

        public GeometryType getGeometryType()
        Get the geometry type
        Returns:
        geometry type
      • setGeometryType

        public void setGeometryType​(GeometryType geometryType)
        Set the geometry type
        Parameters:
        geometryType - geometry type
      • getGeometryTypeName

        public String getGeometryTypeName()
        Get the geometry type name
        Returns:
        geometry type name
      • getSrsId

        public long getSrsId()
        Get the srs id
        Returns:
        srs id
      • setSrsId

        public void setSrsId​(long srsId)
        Set the srs id
        Parameters:
        srsId - srs id
        Since:
        4.0.0
      • getZ

        public byte getZ()
        Get the z
        Returns:
        z
      • setZ

        public void setZ​(byte z)
        Set the z
        Parameters:
        z - z
      • getM

        public byte getM()
        Get the m
        Returns:
        m
      • setM

        public void setM​(byte m)
        Set the m
        Parameters:
        m - m
      • getProjection

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