Package com.esri.gpt.server.csw.provider

Examples of com.esri.gpt.server.csw.provider.GetRecordsProvider


      values = new SupportedValues("brief,summary,full",",");
      parameters.add(new SupportedParameter(CswConstants.Parameter_ElementSetType,values));
     
    // GetRecords
    } else if (operationName.equals("GetRecords")) {
      GetRecordsProvider grp = new GetRecordsProvider();
      opProvider = grp;
     
      values = new SupportedValues(
          "csw:Record,http://www.opengis.net/cat/csw/2.0.2,http://www.isotc211.org/2005/gmd",",");
      parameters.add(new SupportedParameter(CswConstants.Parameter_OutputSchema,values));
View Full Code Here

TOP

Related Classes of com.esri.gpt.server.csw.provider.GetRecordsProvider

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.