gistoolkit.server
Class FilterInfo

java.lang.Object
  extended bygistoolkit.server.FilterInfo

public class FilterInfo
extends java.lang.Object

Class to hold information about a filter so that the Service can find the filter, and can modify it.


Constructor Summary
FilterInfo(java.lang.String inLayerName, java.lang.String inFilterName, java.lang.String inValue)
          Creates new FilterInfo
 
Method Summary
 java.lang.String getFilterName()
          Returns the name of the filter that the value is to be given to.
 java.lang.String getFilterValue()
          Return the falue that is to be applied to the filter.
 java.lang.String getLayerName()
          Return the name of the layer where this filter is to be applied.
 java.lang.String toString()
          To string method for debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterInfo

public FilterInfo(java.lang.String inLayerName,
                  java.lang.String inFilterName,
                  java.lang.String inValue)
Creates new FilterInfo

Method Detail

getLayerName

public java.lang.String getLayerName()
Return the name of the layer where this filter is to be applied.


getFilterName

public java.lang.String getFilterName()
Returns the name of the filter that the value is to be given to.


getFilterValue

public java.lang.String getFilterValue()
Return the falue that is to be applied to the filter.


toString

public java.lang.String toString()
To string method for debugging purposes.