org.gvsig.remoteclient.wcs.wcs_1_0_0
Class WCSProtocolHandler1_0_0

java.lang.Object
  extended by org.gvsig.remoteclient.ogc.OGCProtocolHandler
      extended by org.gvsig.remoteclient.wcs.WCSProtocolHandler
          extended by org.gvsig.remoteclient.wcs.wcs_1_0_0.WCSProtocolHandler1_0_0

public class WCSProtocolHandler1_0_0
extends WCSProtocolHandler

Author:
jaume

Field Summary
 
Fields inherited from class org.gvsig.remoteclient.wcs.WCSProtocolHandler
encoding, layerPool, serviceInfo
 
Fields inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler
downloader, host, name, port, version
 
Constructor Summary
WCSProtocolHandler1_0_0()
           
 
Method Summary
 WCSDescribeCoverageRequest createDescribeCoverageRequest(WCSStatus status)
           
 WCSGetCoverageRequest createGetCoverageRequest(WCSStatus status)
           
 boolean parseCapabilities(java.io.File f)
          Parse the xml data retrieved from the WCS, it will parse the WCS Capabilities
 boolean parseDescribeCoverage(java.io.File f)
          parses the data retrieved by the DescribeCoverage XML document
 
Methods inherited from class org.gvsig.remoteclient.wcs.WCSProtocolHandler
buildCapabilitiesSuitableVersionRequest, describeCoverage, getCapabilities, getCoverage, getCoverageURL, getExceptionMessage, getFormats, getLayers, getServiceInformation, setHost
 
Methods inherited from class org.gvsig.remoteclient.ogc.OGCProtocolHandler
addOperationByAttribute, fileToBytes, getHost, getName, getPort, getSymbol, getVersion, parseHTTPTag, parserDcpType, setName, setPort, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WCSProtocolHandler1_0_0

public WCSProtocolHandler1_0_0()
Method Detail

createDescribeCoverageRequest

public WCSDescribeCoverageRequest createDescribeCoverageRequest(WCSStatus status)
Specified by:
createDescribeCoverageRequest in class WCSProtocolHandler

createGetCoverageRequest

public WCSGetCoverageRequest createGetCoverageRequest(WCSStatus status)
Specified by:
createGetCoverageRequest in class WCSProtocolHandler

parseCapabilities

public boolean parseCapabilities(java.io.File f)

Parse the xml data retrieved from the WCS, it will parse the WCS Capabilities

Specified by:
parseCapabilities in class OGCProtocolHandler

parseDescribeCoverage

public boolean parseDescribeCoverage(java.io.File f)
Description copied from class: WCSProtocolHandler
parses the data retrieved by the DescribeCoverage XML document

Specified by:
parseDescribeCoverage in class WCSProtocolHandler


Copyright © 2014 gvSIG Association. All Rights Reserved.