Constructor and Description |
---|
CatalogBuilderConfiguration() |
CatalogBuilderConfiguration(CatalogBuilderConfiguration that) |
Modifier and Type | Method and Description |
---|---|
void |
check() |
CatalogBuilderConfiguration |
clone() |
boolean |
equals(Object obj) |
Hints |
getHints() |
Indexer |
getIndexer() |
String |
getParameter(String parameterName) |
String |
getRuntimeAttribute() |
String |
getSchema(String name)
Get the schema with the specified name
|
String |
getTimeAttribute() |
int |
hashCode() |
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 Hints getHints()
public void setHints(Hints hints)
hints
- the hints to setpublic void setParameter(String parameterName, String parameterValue)
public String getTimeAttribute()
public Indexer getIndexer()
public void setIndexer(Indexer indexer)
public String getRuntimeAttribute()
public void setRuntimeAttribute(String runtimeAttribute)
public CatalogBuilderConfiguration clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public void check()
Copyright © 1996–2023 Geotools. All rights reserved.