Package org.geotools.gce.imagemosaic
Class RasterManager.DomainManager
Object
DomainManager
- Enclosing class:
- RasterManager
A
RasterManager.DomainManager
class which allows to deal with additional domains (if any) defined inside the mosaic. It
provides DOMAIN_ALIAS <--to--> original attribute mapping capabilities, metadata retrieval, filter creation, and
domain support check- Author:
- Daniele Romagnoli, GeoSolutions SAS.
-
Method Summary
Modifier and TypeMethodDescriptionaddDimension
(String name, String attribute) createFilter
(String domain, List values) Setup a Filter on top of the specified domainRequest which is in the form "key=value"Return the set of dynamic parameterDescriptors (the ones related to domains) for this readerSetup the List of metadataNames for this additional domains managergetMetadataValue
(String name) Return the value of a specific metadata by parsing the requested name as a Domain Nameboolean
Check whether a specific parameter (identified by theIdentifier
name) is supported by this manager (and therefore, by the reader).
-
Method Details
-
addDimension
-
isParameterSupported
Check whether a specific parameter (identified by theIdentifier
name) is supported by this manager (and therefore, by the reader). -
getMetadataNames
Setup the List of metadataNames for this additional domains manager -
getMetadataValue
Return the value of a specific metadata by parsing the requested name as a Domain Name -
createFilter
Setup a Filter on top of the specified domainRequest which is in the form "key=value" -
getDynamicParameters
Return the set of dynamic parameterDescriptors (the ones related to domains) for this reader
-