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
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)
|
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. |
Copyright © 2011. All Rights Reserved.
|