Uses of Class
org.geotools.gce.imagemosaic.catalog.index.ParametersType
Packages that use ParametersType
-
Uses of ParametersType in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index declared as ParametersTypeModifier and TypeFieldDescriptionprotected ParametersTypeIndexer.Coverages.Coverage.parametersprotected ParametersTypeIndexer.Datastore.parametersprotected ParametersTypeIndexer.parametersMethods in org.geotools.gce.imagemosaic.catalog.index that return ParametersTypeModifier and TypeMethodDescriptionObjectFactory.createParametersType()Create an instance ofParametersTypeIndexer.Coverages.Coverage.getParameters()Returns coverage specific parameters.Indexer.Datastore.getParameters()Gets the value of the parameters property.Indexer.getParameters()Gets the value of the parameters property.Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type ParametersTypeModifier and TypeMethodDescriptionstatic StringIndexerUtils.getParam(ParametersType params, String parameterName) Return the parameter string value of the specified parameter name from the provided parameters elementstatic IndexerIndexerUtils.initializeIndexer(ParametersType params, File parent) voidIndexer.Coverages.Coverage.setParameters(ParametersType parameters) Sets the coverage specific parametersvoidIndexer.Datastore.setParameters(ParametersType value) Sets the value of the parameters property.voidIndexer.setParameters(ParametersType value) Sets the value of the parameters property.