Package com.esri.gpt.catalog.search

Examples of com.esri.gpt.catalog.search.SearchFilterThemeTypes


    if (themes != null && themes.length > 0) {
      ArrayList<String> alThemes = new ArrayList<String>();
      for (String theme : themes) {
        alThemes.add(theme);
      }
      SearchFilterThemeTypes fThemes = new SearchFilterThemeTypes();
      fThemes.setSelectedThemes(alThemes);
      criteria.setSearchFilterThemes(fThemes);
    }

    // temporal filter
    String sAfter = Val.chkStr(parser.getRequestParameter("after"));
View Full Code Here

TOP

Related Classes of com.esri.gpt.catalog.search.SearchFilterThemeTypes

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.