org.geotools.gce.imagemosaic.catalog.index
Class Indexer

Object
  extended by Indexer

public class Indexer
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="schemas" type="{}schemasType" minOccurs="0"/>
         <element name="domains" type="{}domainsType" minOccurs="0"/>
         <element name="coverages" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="coverage" maxOccurs="unbounded">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="schema" type="{}schemaType"/>
                             <element name="origName" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="domains" type="{}domainsType"/>
                             <choice>
                               <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               <element name="nameCollector" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             </choice>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="datastore">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence minOccurs="0">
                   <element name="database" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="parameters" type="{}parametersType" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="collectors" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="collector" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="spi" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="mapped" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="parameters" type="{}parametersType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Indexer.Collectors
          Java class for anonymous complex type.
static class Indexer.Coverages
          Java class for anonymous complex type.
static class Indexer.Datastore
          Java class for anonymous complex type.
 
Field Summary
protected  Indexer.Collectors collectors
           
protected  Indexer.Coverages coverages
           
protected  Indexer.Datastore datastore
           
protected  DomainsType domains
           
protected  ParametersType parameters
           
protected  SchemasType schemas
           
 
Constructor Summary
Indexer()
           
 
Method Summary
 Indexer.Collectors getCollectors()
          Gets the value of the collectors property.
 Indexer.Coverages getCoverages()
          Gets the value of the coverages property.
 Indexer.Datastore getDatastore()
          Gets the value of the datastore property.
 DomainsType getDomains()
          Gets the value of the domains property.
 ParametersType getParameters()
          Gets the value of the parameters property.
 SchemasType getSchemas()
          Gets the value of the schemas property.
 void setCollectors(Indexer.Collectors value)
          Sets the value of the collectors property.
 void setCoverages(Indexer.Coverages value)
          Sets the value of the coverages property.
 void setDatastore(Indexer.Datastore value)
          Sets the value of the datastore property.
 void setDomains(DomainsType value)
          Sets the value of the domains property.
 void setParameters(ParametersType value)
          Sets the value of the parameters property.
 void setSchemas(SchemasType value)
          Sets the value of the schemas property.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemas

protected SchemasType schemas

domains

protected DomainsType domains

coverages

protected Indexer.Coverages coverages

datastore

protected Indexer.Datastore datastore

collectors

protected Indexer.Collectors collectors

parameters

protected ParametersType parameters
Constructor Detail

Indexer

public Indexer()
Method Detail

getSchemas

public SchemasType getSchemas()
Gets the value of the schemas property.

Returns:
possible object is SchemasType

setSchemas

public void setSchemas(SchemasType value)
Sets the value of the schemas property.

Parameters:
value - allowed object is SchemasType

getDomains

public DomainsType getDomains()
Gets the value of the domains property.

Returns:
possible object is DomainsType

setDomains

public void setDomains(DomainsType value)
Sets the value of the domains property.

Parameters:
value - allowed object is DomainsType

getCoverages

public Indexer.Coverages getCoverages()
Gets the value of the coverages property.

Returns:
possible object is Indexer.Coverages

setCoverages

public void setCoverages(Indexer.Coverages value)
Sets the value of the coverages property.

Parameters:
value - allowed object is Indexer.Coverages

getDatastore

public Indexer.Datastore getDatastore()
Gets the value of the datastore property.

Returns:
possible object is Indexer.Datastore

setDatastore

public void setDatastore(Indexer.Datastore value)
Sets the value of the datastore property.

Parameters:
value - allowed object is Indexer.Datastore

getCollectors

public Indexer.Collectors getCollectors()
Gets the value of the collectors property.

Returns:
possible object is Indexer.Collectors

setCollectors

public void setCollectors(Indexer.Collectors value)
Sets the value of the collectors property.

Parameters:
value - allowed object is Indexer.Collectors

getParameters

public ParametersType getParameters()
Gets the value of the parameters property.

Returns:
possible object is ParametersType

setParameters

public void setParameters(ParametersType value)
Sets the value of the parameters property.

Parameters:
value - allowed object is ParametersType


Copyright © 1996-2014 Geotools. All Rights Reserved.