Uses of Class
org.geotools.gce.imagemosaic.catalog.index.DomainsType
-
Packages that use DomainsType Package Description org.geotools.gce.imagemosaic.catalog.index -
-
Uses of DomainsType in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index declared as DomainsType Modifier and Type Field Description protected DomainsType
Indexer.Coverages.Coverage. domains
protected DomainsType
Indexer. domains
Methods in org.geotools.gce.imagemosaic.catalog.index that return DomainsType Modifier and Type Method Description DomainsType
ObjectFactory. createDomainsType()
Create an instance ofDomainsType
DomainsType
Indexer.Coverages.Coverage. getDomains()
Gets the value of the domains property.DomainsType
Indexer. getDomains()
Gets the value of the domains property.Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type DomainsType Modifier and Type Method Description static DomainType
IndexerUtils. getDomain(DomainType domain, DomainsType refDomains)
void
Indexer.Coverages.Coverage. setDomains(DomainsType value)
Sets the value of the domains property.void
Indexer. setDomains(DomainsType value)
Sets the value of the domains property.
-