org.geotools.gce.imagemosaic.catalogbuilder
Class CatalogBuilderConfiguration

Object
  extended by CatalogBuilderConfiguration

public class CatalogBuilderConfiguration
extends Object

Simple bean that conveys the information needed by the CatalogBuilder to create a catalogue of granules

Author:
Simone Giannecchini, GeoSolutions SAS

Constructor Summary
CatalogBuilderConfiguration()
           
CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
           
 
Method Summary
 void check()
           
 CatalogBuilderConfiguration clone()
           
 boolean equals(Object obj)
           
 String getEnvelope2D()
          Deprecated. parse indexer parameters instead.
 Hints getHints()
           
 Indexer getIndexer()
           
 String getIndexName()
          Deprecated. parse indexer parameters instead.
 String getLocationAttribute()
          Deprecated. parse indexer parameters instead.
 String getParameter(String parameterName)
           
 String getRootMosaicDirectory()
          Deprecated. parse indexer parameters instead.
 String getRuntimeAttribute()
           
 String getSchema(String name)
          Get the schema with the specified name
 String getTimeAttribute()
           
 String getWildcard()
          Deprecated. parse Indexer parameters instead.
 int hashCode()
           
 boolean isAbsolute()
          Deprecated. parse Indexer parameters instead.
 boolean isCaching()
          Deprecated. parse indexer parameters instead.
 boolean isFootprintManagement()
          Deprecated. parse indexer parameters instead.
 boolean isRecursive()
          Deprecated. parse indexer parameters instead.
 void setHints(Hints hints)
           
 void setIndexer(Indexer indexer)
           
 void setParameter(String parameterName, String parameterValue)
          Set the indexer parameter
 void setRuntimeAttribute(String runtimeAttribute)
           
 String toString()
           
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogBuilderConfiguration

public CatalogBuilderConfiguration()

CatalogBuilderConfiguration

public CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
Method Detail

getEnvelope2D

public String getEnvelope2D()
Deprecated. parse indexer parameters instead.

Returns:

getHints

public Hints getHints()
Returns:
the hints

setHints

public void setHints(Hints hints)
Parameters:
hints - the hints to set

isRecursive

public boolean isRecursive()
Deprecated. parse indexer parameters instead.

Returns:

isCaching

public boolean isCaching()
Deprecated. parse indexer parameters instead.

Returns:

getSchema

public String getSchema(String name)
Get the schema with the specified name

Parameters:
name -
Returns:

setParameter

public void setParameter(String parameterName,
                         String parameterValue)
Set the indexer parameter

Parameters:
parameterName -
parameterValue -

getParameter

public String getParameter(String parameterName)

getTimeAttribute

public String getTimeAttribute()

getIndexer

public Indexer getIndexer()

setIndexer

public void setIndexer(Indexer indexer)

getRuntimeAttribute

public String getRuntimeAttribute()

setRuntimeAttribute

public void setRuntimeAttribute(String runtimeAttribute)

getIndexName

public String getIndexName()
Deprecated. parse indexer parameters instead.

Returns:

isFootprintManagement

public boolean isFootprintManagement()
Deprecated. parse indexer parameters instead.

Returns:

getLocationAttribute

public String getLocationAttribute()
Deprecated. parse indexer parameters instead.

Returns:

getRootMosaicDirectory

public String getRootMosaicDirectory()
Deprecated. parse indexer parameters instead.

Returns:

getWildcard

public String getWildcard()
Deprecated. parse Indexer parameters instead.

Returns:

isAbsolute

public boolean isAbsolute()
Deprecated. parse Indexer parameters instead.

Returns:

clone

public CatalogBuilderConfiguration clone()
                                  throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

check

public void check()


Copyright © 1996-2014 Geotools. All Rights Reserved.