Package org.geotools.gce.imagemosaic
Class RasterManager.DomainDescriptor
- Object
-
- DomainDescriptor
-
- Enclosing class:
- RasterManager
public class RasterManager.DomainDescriptor extends Object
RasterManager.DomainDescriptor
describe a single domain in terms of name andParameterDescriptor
that can be used to filter values during a read operation.Notice that there is no caching of values for the domain itself right now.
The domain must have unique identifiers.
- Author:
- Simone Giannecchini, GeoSolutions SAS
-
-
Field Summary
Fields Modifier and Type Field Description static String
DOMAIN_SUFFIX
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataType()
boolean
isHasRanges()
String
toString()
-