Class SpatialDatabasesSQLBuilder

    • Method Detail

      • getSQL

        public String getSQL​(FilterQuery query)
        Builds a valid SQL spatial query with the given spatial filter.
        Parameters:
        query - the filter query
        Returns:
        a SQL query to get column names
      • getCheckSQL

        public String getCheckSQL​(DataStoreLayer dsLayer)
        Builds a check SQL query for the given DataStoreLayer.
        Parameters:
        dsLayer - the @link DataStoreLayer to test
        Returns:
        a SQL query forced to limit 0 to test the layer source
      • getColumnListSpecifier

        protected String getColumnListSpecifier​(String[] colNames,
                                                String geomColName)
        Returns the string representing a SQL column definition. Implementors should take care of column names (case, quotes)
        Parameters:
        colNames - list of column names
        geomColName - name of the geometry column
        Returns:
        column list