Uses of Class
org.deegree.commons.xml.XMLAdapter

Packages that use XMLAdapter
org.deegree.commons.utils.net   
org.deegree.commons.xml   
org.deegree.commons.xml.jaxb   
org.deegree.cs.configuration.resources   
org.deegree.cs.persistence.gml   
org.deegree.gml.feature   
org.deegree.gml.geometry.validation   
org.deegree.metadata.ebrim   
org.deegree.metadata.iso.parsing   
org.deegree.observation.persistence   
org.deegree.protocol.ows   
org.deegree.protocol.ows.capabilities   
org.deegree.protocol.ows.getcapabilities   
org.deegree.protocol.sos   
org.deegree.protocol.sos.describesensor   
org.deegree.protocol.sos.getfeatureofinterest   
org.deegree.protocol.sos.getobservation   
org.deegree.protocol.wfs   
org.deegree.protocol.wfs.capabilities   
org.deegree.protocol.wfs.describefeaturetype   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.getfeaturewithlock   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.protocol.wfs.getpropertyvalue   
org.deegree.protocol.wfs.lockfeature   
org.deegree.protocol.wfs.query   
org.deegree.protocol.wfs.storedquery   
org.deegree.protocol.wms.client   
org.deegree.protocol.wps.capabilities   
org.deegree.protocol.wps.client.process   
org.deegree.protocol.wps.client.wps100   
org.deegree.protocol.wps.describeprocess   
org.deegree.protocol.wpvs.client   
org.deegree.remoteows.wms   
org.deegree.services.authentication.soapheader   
org.deegree.services.controller   
org.deegree.services.controller.exception.serializer   
org.deegree.services.csw   
org.deegree.services.csw.capabilities   
org.deegree.services.csw.describerecord   
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.getrecordbyid   
org.deegree.services.csw.getrecords   
org.deegree.services.csw.transaction   
org.deegree.services.ows   
org.deegree.services.ows.capabilities   
org.deegree.services.sos   
org.deegree.services.sos.capabilities   
org.deegree.services.sos.getobservation   
org.deegree.services.wcs   
org.deegree.services.wcs.capabilities   
org.deegree.services.wcs.describecoverage   
org.deegree.services.wcs.getcoverage   
org.deegree.services.wfs   
org.deegree.services.wms   
org.deegree.services.wms.controller   
org.deegree.services.wms.controller.capabilities   
org.deegree.services.wps   
org.deegree.services.wps.capabilities   
org.deegree.services.wps.describeprocess   
org.deegree.services.wps.execute   
org.deegree.services.wps.provider.jrxml   
org.deegree.services.wps.provider.jrxml.contentprovider   
org.deegree.services.wps.provider.jrxml.contentprovider.map   
org.deegree.services.wpvs   
org.deegree.services.wpvs.config   
org.deegree.services.wpvs.controller   
org.deegree.services.wpvs.controller.capabilities   
 

Uses of XMLAdapter in org.deegree.commons.utils.net
 

Fields in org.deegree.commons.utils.net with type parameters of type XMLAdapter
static HttpUtils.Worker<XMLAdapter> HttpUtils.XML
          Returns streaming XMLAdapter.
 

Uses of XMLAdapter in org.deegree.commons.xml
 

Constructors in org.deegree.commons.xml with parameters of type XMLAdapter
XMLParsingException(XMLAdapter origin, org.apache.axiom.om.OMElement erroneousElement, String msg)
          Creates a new exception for a parsing error that occured in an AXIOM-based parsing method.
 

Uses of XMLAdapter in org.deegree.commons.xml.jaxb
 

Methods in org.deegree.commons.xml.jaxb with parameters of type XMLAdapter
static Object JAXBUtils.unmarshall(String jaxbPackage, String schemaLocation, XMLAdapter xmlAdapter, DeegreeWorkspace workspace)
          Deprecated. 
 

Uses of XMLAdapter in org.deegree.cs.configuration.resources
 

Subclasses of XMLAdapter in org.deegree.cs.configuration.resources
 class XMLFileResource
          The XMLFileResource is an OMElement based adapter for an xml file.
 

Uses of XMLAdapter in org.deegree.cs.persistence.gml
 

Subclasses of XMLAdapter in org.deegree.cs.persistence.gml
 class GMLFileResource
          The GMLFileResource provides easy access to a gml3.2. dictionary file, which can be used together with the GMLCRSStore.
 

Uses of XMLAdapter in org.deegree.gml.feature
 

Subclasses of XMLAdapter in org.deegree.gml.feature
 class GMLFeatureReader
          Stream-based reader for GML-encoded features and feature collections.
 

Uses of XMLAdapter in org.deegree.gml.geometry.validation
 

Subclasses of XMLAdapter in org.deegree.gml.geometry.validation
 class GML3GeometryValidator
          Takes an XML stream as input (which should provide a GML geometry, GML feature or feature collection document) and validates all contained gml:_Geometry elements (at all levels of the document).
 

Uses of XMLAdapter in org.deegree.metadata.ebrim
 

Fields in org.deegree.metadata.ebrim declared as XMLAdapter
protected  XMLAdapter RegistryObject.adapter
           
 

Uses of XMLAdapter in org.deegree.metadata.iso.parsing
 

Subclasses of XMLAdapter in org.deegree.metadata.iso.parsing
 class ISOQPParsing
          Parsing regarding to ISO and DC application profile.
 class ParseIdentificationInfo
          Parses the identification info element of an in ISO profile declared record.
 

Uses of XMLAdapter in org.deegree.observation.persistence
 

Subclasses of XMLAdapter in org.deegree.observation.persistence
 class ObservationStoreXMLAdapter
          The class TODO add class documentation here.
 

Uses of XMLAdapter in org.deegree.protocol.ows
 

Subclasses of XMLAdapter in org.deegree.protocol.ows
 class OWSCommonXMLAdapter
          Supplies some basic exports methods for deegree/commons to ows mappings.
 

Uses of XMLAdapter in org.deegree.protocol.ows.capabilities
 

Subclasses of XMLAdapter in org.deegree.protocol.ows.capabilities
 class OWSCommon100CapabilitiesAdapter
          OWSCapabilitiesAdapter for capabilities documents that comply to the OWS Common 1.0.0 specification.
 class OWSCommon110CapabilitiesAdapter
          OWSCapabilitiesAdapter for capabilities documents that comply to the OWS Common 1.1.0 specification.
 

Uses of XMLAdapter in org.deegree.protocol.ows.getcapabilities
 

Subclasses of XMLAdapter in org.deegree.protocol.ows.getcapabilities
 class GetCapabilitiesXMLParser
          Parser for OWS/OGC GetCapabilities requests (XML).
 

Uses of XMLAdapter in org.deegree.protocol.sos
 

Subclasses of XMLAdapter in org.deegree.protocol.sos
 class SOSRequest100XMLAdapter
          Base class for all SOS 1.0.0 XMLAdapter.
 

Uses of XMLAdapter in org.deegree.protocol.sos.describesensor
 

Subclasses of XMLAdapter in org.deegree.protocol.sos.describesensor
 class DescribeSensor100XMLAdapter
          This is an xml adapter for DescribeSensor requests after the SOS 1.0.0 spec.
 

Uses of XMLAdapter in org.deegree.protocol.sos.getfeatureofinterest
 

Subclasses of XMLAdapter in org.deegree.protocol.sos.getfeatureofinterest
 class GetFeatureOfInterest100XMLAdapter
          The GetFeatureOfInterest100XMLAdapter class TODO
 

Uses of XMLAdapter in org.deegree.protocol.sos.getobservation
 

Subclasses of XMLAdapter in org.deegree.protocol.sos.getobservation
 class EventTime100XMLAdapter
          This is an xml adapter for SOS 1.0.0 EventTimes.
 class GetObservation100XMLAdapter
          This is an xml adapter for SOS 1.0.0 GetObservation requests.
 

Constructors in org.deegree.protocol.sos.getobservation with parameters of type XMLAdapter
EventTime100XMLAdapter.EventTimeXMLParsingException(XMLAdapter adapter, org.apache.axiom.om.OMElement tpos)
           
GetObservation100XMLAdapter.ResultFilterException(XMLAdapter adapter, org.apache.axiom.om.OMElement elem, String msg)
           
 

Uses of XMLAdapter in org.deegree.protocol.wfs
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs
 class AbstractWFSRequestXMLAdapter
          Provides basic functionality for parsing WFS XML requests.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.capabilities
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.capabilities
 class WFS100CapabilitiesAdapter
          WFSCapabilitiesAdapter for documents that comply to the
 class WFS110CapabilitiesAdapter
          WFSCapabilitiesAdapter for documents that comply to the
 class WFS200CapabilitiesAdapter
          WFSCapabilitiesAdapter for documents that comply to the
Uses of XMLAdapter in org.deegree.protocol.wfs.describefeaturetype
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.describefeaturetype
 class DescribeFeatureTypeXMLAdapter
          Adapter between XML DescribeFeatureType requests and DescribeFeatureType objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.getfeature
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.getfeature
 class GetFeatureXMLAdapter
          Adapter between XML GetFeature requests and GetFeature objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.getfeaturewithlock
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.getfeaturewithlock
 class GetFeatureWithLockXMLAdapter
          Adapter between XML GetFeatureWithLock requests and GetFeatureWithLock objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.getgmlobject
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.getgmlobject
 class GetGmlObjectXMLAdapter
          Adapter between XML encoded GetGmlObject requests and GetGmlObject objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.getpropertyvalue
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.getpropertyvalue
 class GetPropertyValueXMLAdapter
          Adapter between XML GetPropertyValue requests and GetPropertyValue objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.lockfeature
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.lockfeature
 class LockFeatureXMLAdapter
          Adapter between XML LockFeature requests and LockFeature objects.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.query
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.query
 class QueryXMLAdapter
          Provides parsing methods for WFS Query elements and related constructs.
 

Uses of XMLAdapter in org.deegree.protocol.wfs.storedquery
 

Subclasses of XMLAdapter in org.deegree.protocol.wfs.storedquery
 class CreateStoredQueryXMLAdapter
          Adapter between XML CreateStoredQuery requests and CreateStoredQuery objects.
 class DescribeStoredQueriesXMLAdapter
          Adapter between XML DescribeStoredQueries requests and DescribeStoredQueries objects.
 class DropStoredQueryXMLAdapter
          Adapter between XML DropStoredQuery requests and DropStoredQuery objects.
 class ListStoredQueriesXMLAdapter
          Adapter between XML ListStoredQueries requests and ListStoredQueries objects.
 class QueryExpressionText
          Actual code of a StoredQueryDefinition.
 class StoredQueryDefinitionXMLAdapter
          Defines the template for a StoredQuery.
 

Uses of XMLAdapter in org.deegree.protocol.wms.client
 

Constructors in org.deegree.protocol.wms.client with parameters of type XMLAdapter
WMSClient111(XMLAdapter capabilities)
           
 

Uses of XMLAdapter in org.deegree.protocol.wps.capabilities
 

Subclasses of XMLAdapter in org.deegree.protocol.wps.capabilities
 class GetCapabilitiesXMLAdapter
          Parser for WPS GetCapabilities requests.
 

Uses of XMLAdapter in org.deegree.protocol.wps.client.process
 

Constructors in org.deegree.protocol.wps.client.process with parameters of type XMLAdapter
ProcessDetails(XMLAdapter describeResponse)
          Creates a new ProcessDetails instance.
 

Uses of XMLAdapter in org.deegree.protocol.wps.client.wps100
 

Subclasses of XMLAdapter in org.deegree.protocol.wps.client.wps100
 class WPS100CapabilitiesAdapter
          Provides access to the relevant information from a WPS 1.0.0 capabilities document.
 

Uses of XMLAdapter in org.deegree.protocol.wps.describeprocess
 

Subclasses of XMLAdapter in org.deegree.protocol.wps.describeprocess
 class DescribeProcessRequestXMLAdapter
          Parser for WPS DescribeProcess XML requests.
 

Uses of XMLAdapter in org.deegree.protocol.wpvs.client
 

Constructors in org.deegree.protocol.wpvs.client with parameters of type XMLAdapter
WPVSClient(XMLAdapter capabilities)
          retrieve the capabilities from an xml file
 

Uses of XMLAdapter in org.deegree.remoteows.wms
 

Constructors in org.deegree.remoteows.wms with parameters of type XMLAdapter
WMSClient111(XMLAdapter capabilities)
           
 

Uses of XMLAdapter in org.deegree.services.authentication.soapheader
 

Subclasses of XMLAdapter in org.deegree.services.authentication.soapheader
 class SoapHeaderXMLAdapter
          Encapsulates the method for parsing a XML request via Http-POST.
 

Uses of XMLAdapter in org.deegree.services.controller
 

Methods in org.deegree.services.controller with parameters of type XMLAdapter
protected  void AbstractOWS.init(DeegreeServicesMetadataType mainMetadataConf, DeegreeServiceControllerType mainControllerConf, ImplementationMetadata<?> serviceInformation, XMLAdapter controllerConfig)
          Initializes the AbstractOWS instance.
protected  Object AbstractOWS.unmarshallConfig(String jaxbPackage, String schemaLocation, XMLAdapter xmlAdapter)
           
 

Uses of XMLAdapter in org.deegree.services.controller.exception.serializer
 

Subclasses of XMLAdapter in org.deegree.services.controller.exception.serializer
 class SOAPExceptionSerializer
          The SoapExceptionSerializer class TODO add class documentation here.
 class XMLExceptionSerializer<T extends OWSException>
          The XMLExceptionSerializer class TODO add class documentation here.
 

Uses of XMLAdapter in org.deegree.services.csw
 

Subclasses of XMLAdapter in org.deegree.services.csw
 class AbstractCSWRequestXMLAdapter
          Provides basic functionality for parsing CSW XML requests.
 

Methods in org.deegree.services.csw with parameters of type XMLAdapter
 void CSWController.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.csw.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.csw.capabilities
 class GetCapabilitiesVersionXMLAdapter
          Encapsulates the method for parsing a XML request via Http-POST.
 

Uses of XMLAdapter in org.deegree.services.csw.describerecord
 

Subclasses of XMLAdapter in org.deegree.services.csw.describerecord
 class DescribeRecordXMLAdapter
          Encapsulates the method for parsing a XML request via Http-POST.
 

Uses of XMLAdapter in org.deegree.services.csw.exporthandling
 

Subclasses of XMLAdapter in org.deegree.services.csw.exporthandling
 class EbrimGetCapabilitiesHandler
          TODO add class documentation here
 class GetCapabilitiesHandler
          Does the exportHandling for the Capabilities.
 

Uses of XMLAdapter in org.deegree.services.csw.getrecordbyid
 

Subclasses of XMLAdapter in org.deegree.services.csw.getrecordbyid
 class GetRecordByIdXMLAdapter
          Encapsulates the method for parsing a GetRecordById XML request via Http-POST.
 

Uses of XMLAdapter in org.deegree.services.csw.getrecords
 

Subclasses of XMLAdapter in org.deegree.services.csw.getrecords
 class AbstractGetRecordsXMLAdapter
          Abstract base class encapsulating the parsing an GetRecords XML request.
 class GetRecordsXMLAdapter
          Encapsulates the method for parsing a GetRecords XML request via Http-POST.
 

Uses of XMLAdapter in org.deegree.services.csw.transaction
 

Subclasses of XMLAdapter in org.deegree.services.csw.transaction
 class TransactionKVPAdapter
          Adapter between KVP encoded Transaction requests and Transaction objects.
 class TransactionXMLAdapter
          Adapter between XML encoded Transaction requests and Transaction objects.
 

Uses of XMLAdapter in org.deegree.services.ows
 

Subclasses of XMLAdapter in org.deegree.services.ows
 class NamespacelessOWSExceptionXMLAdapter
          This class can generate namespace-less exception reports.
 class OGCExceptionXMLAdapter
          This class can generate OWS Commons 1.1.0 ExceptionReports.
 class OWSException100XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.0.0 ExceptionReports.
 class OWSException110XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.1.0 ExceptionReports.
 class OWSException120XMLAdapter
          XMLExceptionSerializer for OWS Commons 1.2.0 ExceptionReports.
 

Uses of XMLAdapter in org.deegree.services.ows.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.ows.capabilities
 class OWSCapabilitiesXMLAdapter
          Provides methods for exporting
 

Uses of XMLAdapter in org.deegree.services.sos
 

Subclasses of XMLAdapter in org.deegree.services.sos
 class ServiceConfigurationXMLAdapter
          This is an xml adapter for the deegree SOS ServiceConfiguration.
 

Methods in org.deegree.services.sos with parameters of type XMLAdapter
 void SOSController.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.sos.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.sos.capabilities
 class Offering100XMLAdapter
          This is an xml adapter for ObservationOffering elements after the SOS 1.0.0 spec.
 

Uses of XMLAdapter in org.deegree.services.sos.getobservation
 

Subclasses of XMLAdapter in org.deegree.services.sos.getobservation
 class DataArray101XMLAdapter
          This is an xml adapter for DataArray elements after the SWE 1.0.1 spec.
 class EventTime100XMLExporter
          The EventTime100XMLExporter class TODO
 class Observation100XMLAdapter
          This is an xml adapter for the O&M 1.0.0 spec.
 

Uses of XMLAdapter in org.deegree.services.wcs
 

Subclasses of XMLAdapter in org.deegree.services.wcs
 class ServiceException120XMLAdapter
          This class can generates ServiceExceptionReports v. 1.2.0, the format accepted by WCS 1.0.0.
 class WCSRequest100XMLAdapter
          Base class for all WCS 1.0.0 XMLAdapter.
 

Methods in org.deegree.services.wcs with parameters of type XMLAdapter
 void WCSController.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.wcs.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.wcs.capabilities
 class Capabilities100XMLAdapter
           
 class GetCapabilities100XMLAdapter
          This is an xml adapter for GetCapabilities requests after the WCS 1.0.0 spec
 

Uses of XMLAdapter in org.deegree.services.wcs.describecoverage
 

Subclasses of XMLAdapter in org.deegree.services.wcs.describecoverage
 class CoverageDescription100XMLAdapter
          This is an XMLAdapter for the CoverageDescription of the WCS 1.0.0 spec.
 class DescribeCoverage100XMLAdapter
          This is an xml adapter for DescribeCoverage requests after the WCS 1.0.0 spec.
 

Uses of XMLAdapter in org.deegree.services.wcs.getcoverage
 

Subclasses of XMLAdapter in org.deegree.services.wcs.getcoverage
 class GetCoverage100XMLAdapter
          This is an xml adapter for GetCoverage requests after the WCS 1.0.0 spec.
 

Uses of XMLAdapter in org.deegree.services.wfs
 

Methods in org.deegree.services.wfs with parameters of type XMLAdapter
 void WebFeatureService.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.wms
 

Methods in org.deegree.services.wms with parameters of type XMLAdapter
 void StyleRegistry.load(String layerName, List<DirectStyleType> styles, XMLAdapter adapter)
           
 void StyleRegistry.load(String layerName, XMLAdapter adapter, List<SLDStyleType> styles)
           
 

Constructors in org.deegree.services.wms with parameters of type XMLAdapter
MapService(ServiceConfigurationType conf, XMLAdapter adapter, DeegreeWorkspace workspace)
           
 

Uses of XMLAdapter in org.deegree.services.wms.controller
 

Methods in org.deegree.services.wms.controller with parameters of type XMLAdapter
 void WMSController.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConfig, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.wms.controller.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.wms.controller.capabilities
 class Capabilities111XMLAdapter
          Capabilities111XMLAdapter
 class Capabilities130XMLAdapter
          Capabilities130XMLAdapter
 

Uses of XMLAdapter in org.deegree.services.wps
 

Methods in org.deegree.services.wps with parameters of type XMLAdapter
 void WPService.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.wps.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.wps.capabilities
 class CapabilitiesXMLWriter
          Responsible for the generation of WPS GetCapabilities response documents.
 

Uses of XMLAdapter in org.deegree.services.wps.describeprocess
 

Subclasses of XMLAdapter in org.deegree.services.wps.describeprocess
 class DescribeProcessResponseXMLAdapter
          Responsible for the generation of WPS ProcessDescription documents (responses to describe process requests).
 

Uses of XMLAdapter in org.deegree.services.wps.execute
 

Subclasses of XMLAdapter in org.deegree.services.wps.execute
 class ExecuteRequestXMLAdapter
          Parser and validator for incoming WPS Execute XML requests.
 class ExecuteResponseXMLWriter
          Responsible for the generation of WPS ExecuteResponse documents from ExecuteResponse objects.
 

Uses of XMLAdapter in org.deegree.services.wps.provider.jrxml
 

Methods in org.deegree.services.wps.provider.jrxml with parameters of type XMLAdapter
 Pair<ProcessDefinition,Map<String,String>> JrxmlParser.parse(String processId, String name, String description, XMLAdapter jrxmlAdapter, List<JrxmlContentProvider> contentProviders, Map<String,ParameterDescription> parameterDescriptions)
           
 

Uses of XMLAdapter in org.deegree.services.wps.provider.jrxml.contentprovider
 

Methods in org.deegree.services.wps.provider.jrxml.contentprovider with parameters of type XMLAdapter
 void PropertiesContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 void OtherContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 void ImageContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 void JrxmlContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
          inspects the parameters found in the xml and converts them to WPSProcess input parameters
 void DataTableContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 void SubreportContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescription, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 

Uses of XMLAdapter in org.deegree.services.wps.provider.jrxml.contentprovider.map
 

Methods in org.deegree.services.wps.provider.jrxml.contentprovider.map with parameters of type XMLAdapter
 void MapContentProvider.inspectInputParametersFromJrxml(Map<String,ParameterDescription> parameterDescriptions, List<JAXBElement<? extends ProcessletInputDefinition>> inputs, XMLAdapter jrxmlAdapter, Map<String,String> parameters, List<String> handledParameters)
           
 

Uses of XMLAdapter in org.deegree.services.wpvs
 

Constructors in org.deegree.services.wpvs with parameters of type XMLAdapter
PerspectiveViewService(XMLAdapter configAdapter, ServiceConfiguration sc, DeegreeWorkspace workspace)
          Creates a new PerspectiveViewService from the given parameters.
 

Uses of XMLAdapter in org.deegree.services.wpvs.config
 

Methods in org.deegree.services.wpvs.config with parameters of type XMLAdapter
 Envelope RenderableDataset.fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] toLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
          Analyzes the ModelDataset from the DatasetDefinitions, fills the renderers with data from the defined RenderableStore and builds up a the constraint vectors for retrieval of the appropriate renderers.
 Envelope DEMDataset.fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] toLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
          Analyzes the ElevationDataset from the DatasetDefinitions, fills the renderers with data from the defined modelbackends and builds up a the constraint vectors for retrieval of the appropriate renderers.
 Envelope ColormapDataset.fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] toLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
           
abstract  Envelope Dataset.fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] translationToLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
          Fill the wrapper with the values from the given dataset definition.
 Envelope DEMTextureDataset.fillFromDatasetDefinitions(Envelope sceneEnvelope, double[] toLocalCRS, XMLAdapter configAdapter, DatasetDefinitions dsd)
           
protected  URL Dataset.resolve(XMLAdapter configAdapter, String url)
          Resolve the given url to the config xml file.
 

Uses of XMLAdapter in org.deegree.services.wpvs.controller
 

Methods in org.deegree.services.wpvs.controller with parameters of type XMLAdapter
 void WPVSController.init(DeegreeServicesMetadataType serviceMetadata, DeegreeServiceControllerType mainConf, ImplementationMetadata<?> md, XMLAdapter controllerConf)
           
 

Uses of XMLAdapter in org.deegree.services.wpvs.controller.capabilities
 

Subclasses of XMLAdapter in org.deegree.services.wpvs.controller.capabilities
 class CapabilitiesXMLAdapter
          The CapabilitiesXMLAdapter class exports the capabilities of a wpvs.
 



Copyright © 2011. All Rights Reserved.