Interface FeatureSymbolTable

All Superinterfaces:
Cloneable, org.gvsig.tools.lang.Cloneable, Iterable<org.gvsig.expressionevaluator.Function>, org.gvsig.expressionevaluator.MutableSymbolTable, org.gvsig.expressionevaluator.SymbolTable

public interface FeatureSymbolTable extends org.gvsig.expressionevaluator.MutableSymbolTable
Author:
jjdelcerro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.gvsig.expressionevaluator.MutableSymbolTable
    Utility method that creates a mutable symbol table whose table delegated to this.
     
    void
     

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator

    Methods inherited from interface org.gvsig.expressionevaluator.MutableSymbolTable

    addFunction, addFunctions, removeFunction, removeVar, setVar

    Methods inherited from interface org.gvsig.expressionevaluator.SymbolTable

    addSymbolTable, containsSymbolTable, exists, function, functions, getName, isSQLCompatible, localfunctions, localvariables, removeSymbolTable, value, variables
  • Field Details

  • Method Details

    • setFeature

      void setFeature(Feature feature)
    • getFeature

      Feature getFeature()
    • clone

      Specified by:
      clone in interface org.gvsig.tools.lang.Cloneable
      Specified by:
      clone in interface org.gvsig.expressionevaluator.MutableSymbolTable
      Specified by:
      clone in interface org.gvsig.expressionevaluator.SymbolTable
      Throws:
      CloneNotSupportedException
    • createParent

      org.gvsig.expressionevaluator.MutableSymbolTable createParent()
      Utility method that creates a mutable symbol table whose table delegated to this.
      Returns: