Uses of Class
org.geotools.gce.imagemosaic.catalog.index.Indexer
-
-
Uses of Indexer in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return Indexer Modifier and Type Method Description Indexer
MosaicConfigurationBean. getIndexer()
static Indexer
Utils. unmarshal(File indexerFile)
Unmarshal the file and return and Indexer object.Methods in org.geotools.gce.imagemosaic with parameters of type Indexer Modifier and Type Method Description static void
Utils. marshal(Indexer indexer, File indexerFile)
Marshals the Indexer object to the specified filevoid
MosaicConfigurationBean. setIndexer(Indexer indexer)
-
Uses of Indexer in org.geotools.gce.imagemosaic.catalog
Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type Indexer Constructor Description CogConfiguration(Indexer indexer)
-
Uses of Indexer in org.geotools.gce.imagemosaic.catalog.index
Methods in org.geotools.gce.imagemosaic.catalog.index that return Indexer Modifier and Type Method Description static Indexer
IndexerUtils. createDefaultIndexer()
Indexer
ObjectFactory. createIndexer()
Create an instance ofIndexer
static Indexer
IndexerUtils. initializeIndexer(ParametersType params, File parent)
Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type Indexer Modifier and Type Method Description 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 indexerIndexer.Coverages.Coverage
object from the specifiedIndexer
, 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 indexerstatic boolean
IndexerUtils. getParameterAsBoolean(String parameterName, Indexer indexer)
Return the parameter value (as a boolean) of the specified parameter name from the provider indexerstatic <T extends Enum>
TIndexerUtils. getParameterAsEnum(String parameterName, Class<T> enumClass, Indexer indexer)
Return the parameter value (as a boolean) of the specified parameter name from the provider indexerstatic Integer
IndexerUtils. getParameterAsInteger(String parameterName, Indexer indexer)
Return the parameter value (as an integer) of the specified parameter name from the provider indexer, or null, if the parameter was not foundstatic SchemaType
IndexerUtils. getSchema(Indexer indexer, Indexer.Coverages.Coverage coverage)
Get aSchemaType
element for the specifiedIndexer.Coverages.Coverage
.static SourceSPIProviderFactory
IndexerUtils. getSourceSPIProviderFactory(Indexer indexer)
static void
IndexerUtils. setParam(Indexer indexer, String paramName, String paramValue)
Set the given parameter on the given indexerstatic void
IndexerUtils. setPropertyCollectors(Indexer indexer, String propertyCollectors)
BuildIndexer.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 Modifier and Type Method Description Indexer
CatalogBuilderConfiguration. getIndexer()
Methods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Indexer Modifier and Type Method Description void
CatalogBuilderConfiguration. setIndexer(Indexer indexer)
-
Uses of Indexer in org.geotools.imageio.netcdf
Fields in org.geotools.imageio.netcdf with type parameters of type Indexer Modifier and Type Field Description protected static Map<String,Indexer>
AncillaryFileManager. INDEXER_CACHE
-