Package org.fao.geonet.kernel.csw

Examples of org.fao.geonet.kernel.csw.CatalogService.retrieveValues()


     
      String operationName = paramName.substring(0, paramName.indexOf('.'));
      String parameterName = paramName.substring(paramName.indexOf('.')+1);
     
      CatalogService cs = checkOperation(operationName);
      values = cs.retrieveValues(parameterName);
     
      // values null mean that the catalog was unable to determine
      // anything about the specified parameter
      if (values != null)
        domainValues.addContent(values);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.