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

Object
  extended by ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the generated package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated
 
Method Summary
 AttributeType createAttributeType()
          Create an instance of AttributeType
 DomainsType createDomainsType()
          Create an instance of DomainsType
 DomainType createDomainType()
          Create an instance of DomainType
 Indexer createIndexer()
          Create an instance of Indexer
 Indexer.Collectors createIndexerCollectors()
          Create an instance of Indexer.Collectors
 Indexer.Collectors.Collector createIndexerCollectorsCollector()
          Create an instance of Indexer.Collectors.Collector
 Indexer.Coverages createIndexerCoverages()
          Create an instance of Indexer.Coverages
 Indexer.Coverages.Coverage createIndexerCoveragesCoverage()
          Create an instance of Indexer.Coverages.Coverage
 Indexer.Datastore createIndexerDatastore()
          Create an instance of Indexer.Datastore
 ParametersType createParametersType()
          Create an instance of ParametersType
 ParametersType.Parameter createParametersTypeParameter()
          Create an instance of ParametersType.Parameter
 SchemasType createSchemasType()
          Create an instance of SchemasType
 SchemaType createSchemaType()
          Create an instance of SchemaType
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: generated

Method Detail

createAttributeType

public AttributeType createAttributeType()
Create an instance of AttributeType


createIndexerCoverages

public Indexer.Coverages createIndexerCoverages()
Create an instance of Indexer.Coverages


createSchemasType

public SchemasType createSchemasType()
Create an instance of SchemasType


createIndexerCoveragesCoverage

public Indexer.Coverages.Coverage createIndexerCoveragesCoverage()
Create an instance of Indexer.Coverages.Coverage


createParametersType

public ParametersType createParametersType()
Create an instance of ParametersType


createIndexerCollectorsCollector

public Indexer.Collectors.Collector createIndexerCollectorsCollector()
Create an instance of Indexer.Collectors.Collector


createDomainType

public DomainType createDomainType()
Create an instance of DomainType


createParametersTypeParameter

public ParametersType.Parameter createParametersTypeParameter()
Create an instance of ParametersType.Parameter


createIndexerCollectors

public Indexer.Collectors createIndexerCollectors()
Create an instance of Indexer.Collectors


createIndexer

public Indexer createIndexer()
Create an instance of Indexer


createDomainsType

public DomainsType createDomainsType()
Create an instance of DomainsType


createSchemaType

public SchemaType createSchemaType()
Create an instance of SchemaType


createIndexerDatastore

public Indexer.Datastore createIndexerDatastore()
Create an instance of Indexer.Datastore



Copyright © 1996-2014 Geotools. All Rights Reserved.