Uses of Class
org.geotools.gce.imagemosaic.catalog.index.Indexer
Packages that use Indexer
Package
Description
-
Uses of Indexer in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return IndexerModifier and TypeMethodDescriptionMosaicConfigurationBean.getIndexer()static IndexerUnmarshal the file and return and Indexer object.Methods in org.geotools.gce.imagemosaic with parameters of type IndexerModifier and TypeMethodDescriptionstatic voidMarshals the Indexer object to the specified filevoidMosaicConfigurationBean.setIndexer(Indexer indexer) -
Uses of Indexer in org.geotools.gce.imagemosaic.catalog
Constructors in org.geotools.gce.imagemosaic.catalog with parameters of type Indexer -
Uses of Indexer in org.geotools.gce.imagemosaic.catalog.index
Methods in org.geotools.gce.imagemosaic.catalog.index that return IndexerModifier and TypeMethodDescriptionstatic IndexerIndexerUtils.createDefaultIndexer()ObjectFactory.createIndexer()Create an instance ofIndexerstatic IndexerIndexerUtils.initializeIndexer(ParametersType params, File parent) Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type IndexerModifier and TypeMethodDescriptionstatic StringIndexerUtils.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.CoverageIndexerUtils.getCoverage(Indexer indexer, String name) Return an indexerIndexer.Coverages.Coverageobject from the specifiedIndexer, referring to the requested name.static StringIndexerUtils.getParameter(String parameterName, Indexer indexer) Return the parameter string value of the specified parameter name from the provided indexerstatic booleanIndexerUtils.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 IntegerIndexerUtils.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 SchemaTypeIndexerUtils.getSchema(Indexer indexer, Indexer.Coverages.Coverage coverage) Get aSchemaTypeelement for the specifiedIndexer.Coverages.Coverage.static SourceSPIProviderFactoryIndexerUtils.getSourceSPIProviderFactory(Indexer indexer) static voidSet the given parameter on the given indexerstatic voidIndexerUtils.setPropertyCollectors(Indexer indexer, String propertyCollectors) BuildIndexer.Collectorselement 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 IndexerMethods in org.geotools.gce.imagemosaic.catalogbuilder with parameters of type Indexer -
Uses of Indexer in org.geotools.imageio.netcdf
Fields in org.geotools.imageio.netcdf with type parameters of type Indexer