org.geotools.gce.imagemosaic.catalog
Class CatalogConfigurationBean

Object
  extended by CatalogConfigurationBean

public class CatalogConfigurationBean
extends Object

Catalog configuration.


Constructor Summary
CatalogConfigurationBean()
           
CatalogConfigurationBean(CatalogConfigurationBean that)
           
 
Method Summary
 String getLocationAttribute()
          location attribute name
 String getSuggestedSPI()
           
 String getTypeName()
           
 boolean isAbsolutePath()
           
 boolean isCaching()
           
 boolean isHeterogeneous()
           
 void setAbsolutePath(boolean absolutePath)
           
 void setCaching(boolean caching)
           
 void setHeterogeneous(boolean heterogeneous)
           
 void setLocationAttribute(String locationAttribute)
           
 void setSuggestedSPI(String suggestedSPI)
           
 void setTypeName(String typeName)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogConfigurationBean

public CatalogConfigurationBean()

CatalogConfigurationBean

public CatalogConfigurationBean(CatalogConfigurationBean that)
Method Detail

getTypeName

public String getTypeName()

setTypeName

public void setTypeName(String typeName)

getLocationAttribute

public String getLocationAttribute()
location attribute name


setLocationAttribute

public void setLocationAttribute(String locationAttribute)

isCaching

public boolean isCaching()

setCaching

public void setCaching(boolean caching)

getSuggestedSPI

public String getSuggestedSPI()
Returns:
the suggestedSPI

setSuggestedSPI

public void setSuggestedSPI(String suggestedSPI)
Parameters:
suggestedSPI - the suggestedSPI to set

isHeterogeneous

public boolean isHeterogeneous()

setHeterogeneous

public void setHeterogeneous(boolean heterogeneous)

isAbsolutePath

public boolean isAbsolutePath()

setAbsolutePath

public void setAbsolutePath(boolean absolutePath)


Copyright © 1996-2014 Geotools. All Rights Reserved.