public class RasterManager.DomainManager extends Object
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 checkModifier and Type | Method and Description |
---|---|
DimensionDescriptor |
addDimension(String name,
String attribute) |
Filter |
createFilter(String domain,
List values)
Setup a Filter on top of the specified domainRequest which is in the form "key=value"
|
Set<ParameterDescriptor<List>> |
getDynamicParameters()
Return the set of dynamic parameterDescriptors (the ones related to domains) for this
reader
|
List<String> |
getMetadataNames()
Setup the List of metadataNames for this additional domains manager
|
String |
getMetadataValue(String name)
Return the value of a specific metadata by parsing the requested name as a Domain Name
|
boolean |
isParameterSupported(Identifier name)
Check whether a specific parameter (identified by the
Identifier name) is
supported by this manager (and therefore, by the reader). |
public DimensionDescriptor addDimension(String name, String attribute)
public boolean isParameterSupported(Identifier name)
Identifier
name) is
supported by this manager (and therefore, by the reader).name
- public List<String> getMetadataNames()
public String getMetadataValue(String name)
name
- public Filter createFilter(String domain, List values)
domain
- values
- public Set<ParameterDescriptor<List>> getDynamicParameters()
Copyright © 1996–2019 Geotools. All rights reserved.