Uses of Class
org.geotools.gce.imagemosaic.catalog.index.DomainType
-
Packages that use DomainType Package Description org.geotools.gce.imagemosaic.catalog.index -
-
Uses of DomainType in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index with type parameters of type DomainType Modifier and Type Field Description protected List<DomainType>
DomainsType. domain
Methods in org.geotools.gce.imagemosaic.catalog.index that return DomainType Modifier and Type Method Description DomainType
ObjectFactory. createDomainType()
Create an instance ofDomainType
static DomainType
IndexerUtils. getDomain(DomainType domain, DomainsType refDomains)
Methods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type DomainType Modifier and Type Method Description List<DomainType>
DomainsType. getDomain()
Gets the value of the domain property.Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type DomainType Modifier and Type Method Description static DomainType
IndexerUtils. getDomain(DomainType domain, DomainsType refDomains)
static void
IndexerUtils. setAttributes(DomainType domain, String values)
Set the attributes of the specified domain, getting values from the value String In case the value contains a ";" separator, add a different attribute for each element.Method parameters in org.geotools.gce.imagemosaic.catalog.index with type arguments of type DomainType Modifier and Type Method Description static void
IndexerUtils. parseAdditionalDomains(String attributes, List<DomainType> domainList)
Parse additional domains
-