Revision 3069 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/gazetteer/drivers/IGazetteerServiceDriver.java

View differences:

IGazetteerServiceDriver.java
45 45

  
46 46
import org.w3c.dom.Node;
47 47

  
48
import es.gva.cit.gazetteer.querys.Feature;
48 49
import es.gva.cit.gazetteer.querys.Query;
50
import es.gva.cit.gazetteer.querys.ThesaurusName;
49 51

  
50 52
/**
51 53
 * This interface contains the common methods that have to be
......
102 104
     */
103 105
     boolean setParameters(Node[] nodes);
104 106

  
107
     /**
108
      * It parses the getFeature opearation
109
      * @param node
110
      * XMLNode
111
      * @param currentFeature
112
      * The typename selected
113
      * @param attribute
114
      * The attribute to do the search
115
      * @return
116
      * Array of features
117
      */
118
     Feature[] parseFeatures(Node node, ThesaurusName currentFeature,String attribute);
119
     
105 120
    /**
106 121
     * It return a message to write in the server connection frame
107 122
     * @return

Also available in: Unified diff