|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCatalogBuilderConfiguration
public class CatalogBuilderConfiguration
Simple bean that conveys the information needed by the CatalogBuilder to create a catalogue of granules
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 |
---|
public CatalogBuilderConfiguration()
public CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
Method Detail |
---|
public String getEnvelope2D()
public Hints getHints()
public void setHints(Hints hints)
hints
- the hints to setpublic boolean isRecursive()
public boolean isCaching()
public String getSchema(String name)
name
-
public void setParameter(String parameterName, String parameterValue)
parameterName
- parameterValue
- public String getParameter(String parameterName)
public String getTimeAttribute()
public Indexer getIndexer()
public void setIndexer(Indexer indexer)
public String getRuntimeAttribute()
public void setRuntimeAttribute(String runtimeAttribute)
public String getIndexName()
public boolean isFootprintManagement()
public String getLocationAttribute()
public String getRootMosaicDirectory()
public String getWildcard()
public boolean isAbsolute()
public CatalogBuilderConfiguration clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public void check()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |