|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatasetDefinitions | |
---|---|
org.deegree.services.jaxb.wpvs | |
org.deegree.services.wpvs.config |
Uses of DatasetDefinitions in org.deegree.services.jaxb.wpvs |
---|
Fields in org.deegree.services.jaxb.wpvs declared as DatasetDefinitions | |
---|---|
protected DatasetDefinitions |
ServiceConfiguration.datasetDefinitions
|
Methods in org.deegree.services.jaxb.wpvs that return DatasetDefinitions | |
---|---|
DatasetDefinitions |
ObjectFactory.createDatasetDefinitions()
Create an instance of DatasetDefinitions |
DatasetDefinitions |
ServiceConfiguration.getDatasetDefinitions()
Gets the value of the datasetDefinitions property. |
Methods in org.deegree.services.jaxb.wpvs with parameters of type DatasetDefinitions | |
---|---|
void |
ServiceConfiguration.setDatasetDefinitions(DatasetDefinitions value)
Sets the value of the datasetDefinitions property. |
Uses of DatasetDefinitions in org.deegree.services.wpvs.config |
---|
Methods in org.deegree.services.wpvs.config with parameters of type DatasetDefinitions | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |