Uses of Class
org.geotools.gce.imagemosaic.catalog.index.DomainType

Packages that use DomainType
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
protected  List<DomainType> DomainsType.domain
           
 

Methods in org.geotools.gce.imagemosaic.catalog.index that return DomainType
 DomainType ObjectFactory.createDomainType()
          Create an instance of DomainType
static DomainType IndexerUtils.getDomain(DomainType domain, DomainsType refDomains)
           
 

Methods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type DomainType
 List<DomainType> DomainsType.getDomain()
          Gets the value of the domain property.
 

Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type DomainType
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
static void IndexerUtils.parseAdditionalDomains(String attributes, List<DomainType> domainList)
          Parse additional domains
 



Copyright © 1996-2014 Geotools. All Rights Reserved.