com.esri.gpt.catalog.harvest.protocols
Class HarvestProtocolThredds
java.lang.Object
com.esri.gpt.catalog.harvest.protocols.HarvestProtocol
com.esri.gpt.catalog.harvest.protocols.AbstractHTTPHarvestProtocol
com.esri.gpt.catalog.harvest.protocols.HarvestProtocolThredds
- All Implemented Interfaces:
- Protocol, Serializable
public class HarvestProtocolThredds
- extends AbstractHTTPHarvestProtocol
Harvest protocol for THREDDS.
- See Also:
- Serialized Form
Methods inherited from class com.esri.gpt.catalog.harvest.protocols.HarvestProtocol |
applyAttributeMap, chckAttr, checkConnection, decryptString, encryptString, extractAttributeMap, getAdHoc, getAttributeMap, getClient, getDestinations, getFlags, getPingSupported, newExecutor, setAdHoc, setAttributeMap, setDestinations, setFlags, toString, toXmlString |
HarvestProtocolThredds
public HarvestProtocolThredds()
getType
public HarvestProtocol.ProtocolType getType()
- Description copied from class:
HarvestProtocol
- Gets protocol type.
- Specified by:
getType
in class HarvestProtocol
- Returns:
- protocol type
getKind
public String getKind()
- Description copied from interface:
Protocol
- Gets protocol kind.
- Specified by:
getKind
in interface Protocol
- Overrides:
getKind
in class HarvestProtocol
- Returns:
- protocol kind
newQueryBuilder
public QueryBuilder newQueryBuilder(IterationContext context,
String url)
- Description copied from interface:
Protocol
- Creates new query builder.
- Parameters:
context
- iteration contexturl
- url
- Returns:
- query builder
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.