Class GeometryColumnsSfSql


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

      • GeometryColumnsSfSql

        public GeometryColumnsSfSql()
        Default Constructor
      • GeometryColumnsSfSql

        public GeometryColumnsSfSql​(GeometryColumnsSfSql 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)
      • getFTableName

        public String getFTableName()
      • getFGeometryColumn

        public String getFGeometryColumn()
      • setFGeometryColumn

        public void setFGeometryColumn​(String fGeometryColumn)
      • setGeometryType

        public void setGeometryType​(GeometryType geometryType)
      • getGeometryTypeCode

        public int getGeometryTypeCode()
      • setCoordDimension

        public void setCoordDimension​(byte coordDimension)
      • getCoordDimension

        public byte getCoordDimension()
      • getSrid

        public long getSrid()
      • getProjection

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