public class CatalogBuilderConfiguration extends Object
Constructor and Description |
---|
CatalogBuilderConfiguration() |
CatalogBuilderConfiguration(CatalogBuilderConfiguration that) |
Modifier and Type | Method and Description |
---|---|
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() |
public CatalogBuilderConfiguration()
public CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
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 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 void check()
Copyright © 1996–2019 Geotools. All rights reserved.