Package com.esri.gpt.control.webharvest.protocol.factories

Examples of com.esri.gpt.control.webharvest.protocol.factories.ThreddsProtocolFactory


  put("CSW"    , new CswProtocolFactory(),      "catalog.harvest.manage.edit.protocol.csw");
  put("OAI"    , new OaiProtocolFactory(),      "catalog.harvest.manage.edit.protocol.oai");
  put("WAF"    , new WafProtocolFactory(),      "catalog.harvest.manage.edit.protocol.waf");
  put("RES"    , new ResourceProtocolFactory(), "catalog.harvest.manage.edit.protocol.resource");
  put("ARCGIS" , new ArcGISProtocolFactory(),   "catalog.harvest.manage.edit.protocol.arcgis");
  put("THREDDS", new ThreddsProtocolFactory()"catalog.harvest.manage.edit.protocol.thredds");
  put("ATOM"   , new AtomProtocolFactory(),     "catalog.harvest.manage.edit.protocol.atom");
  put("AGP2AGP", new Agp2AgpProtocolFactory()"catalog.harvest.manage.edit.protocol.agp2agp");
  put("AGS2AGP", new Ags2AgpProtocolFactory()"catalog.harvest.manage.edit.protocol.ags2agp");
  put("DCAT"   , new DCATProtocolFactory(),     "catalog.harvest.manage.edit.protocol.dcat");
  /* NOTE! This is EXPERIMENTAL feature. It might be removed at any time in the future.
View Full Code Here

TOP

Related Classes of com.esri.gpt.control.webharvest.protocol.factories.ThreddsProtocolFactory

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.