|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Indexer | |
---|---|
org.geotools.gce.imagemosaic | |
org.geotools.gce.imagemosaic.catalog.index | |
org.geotools.gce.imagemosaic.catalogbuilder |
Uses of Indexer in org.geotools.gce.imagemosaic |
---|
Methods in org.geotools.gce.imagemosaic that return Indexer | |
---|---|
static Indexer |
Utils.unmarshal(File indexerFile)
Unmarshal the file and return and Indexer object. |
Uses of Indexer in org.geotools.gce.imagemosaic.catalog.index |
---|
Methods in org.geotools.gce.imagemosaic.catalog.index that return Indexer | |
---|---|
Indexer |
ObjectFactory.createIndexer()
Create an instance of Indexer |
Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type Indexer | |
---|---|
static String |
IndexerUtils.getAttribute(String coverageName,
String domainName,
Indexer indexer)
Look for the specified coverageName inside the provided Indexer and return the attributes of the specified domain. |
static Indexer.Coverages.Coverage |
IndexerUtils.getCoverage(Indexer indexer,
String name)
Return an indexer Indexer.Coverages.Coverage object from the specified Indexer , referring to the
requested name. |
static String |
IndexerUtils.getParameter(String parameterName,
Indexer indexer)
Return the parameter string value of the specified parameter name from the provided indexer |
static boolean |
IndexerUtils.getParameterAsBoolean(String parameterName,
Indexer indexer)
Return the parameter value (as a boolean) of the specified parameter name from the provider indexer |
static SchemaType |
IndexerUtils.getSchema(Indexer indexer,
Indexer.Coverages.Coverage coverage)
Get a SchemaType element for the specified Indexer.Coverages.Coverage . |
static void |
IndexerUtils.setPropertyCollectors(Indexer indexer,
String propertyCollectors)
Build Indexer.Collectors element by parsing the specified propertyCollectors,
and put them on the specified indexer object. |
Uses of Indexer in org.geotools.gce.imagemosaic.catalogbuilder |
---|
Methods in org.geotools.gce.imagemosaic.catalogbuilder that return Indexer | |
---|---|
Indexer |
CatalogBuilderConfiguration.getIndexer()
|
Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Indexer | |
---|---|
void |
CatalogBuilderConfiguration.setIndexer(Indexer indexer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |