Uses of Class
org.geotools.gce.imagemosaic.catalog.index.ParametersType
-
Packages that use ParametersType Package Description org.geotools.gce.imagemosaic.catalog.index -
-
Uses of ParametersType in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index declared as ParametersType Modifier and Type Field Description protected ParametersType
Indexer.Coverages.Coverage. parameters
protected ParametersType
Indexer.Datastore. parameters
protected ParametersType
Indexer. parameters
Methods in org.geotools.gce.imagemosaic.catalog.index that return ParametersType Modifier and Type Method Description ParametersType
ObjectFactory. createParametersType()
Create an instance ofParametersType
ParametersType
Indexer.Coverages.Coverage. getParameters()
Returns coverage specific parameters.ParametersType
Indexer.Datastore. getParameters()
Gets the value of the parameters property.ParametersType
Indexer. getParameters()
Gets the value of the parameters property.Methods in org.geotools.gce.imagemosaic.catalog.index with parameters of type ParametersType Modifier and Type Method Description static String
IndexerUtils. getParam(ParametersType params, String parameterName)
Return the parameter string value of the specified parameter name from the provided parameters elementstatic Indexer
IndexerUtils. initializeIndexer(ParametersType params, File parent)
void
Indexer.Coverages.Coverage. setParameters(ParametersType parameters)
Sets the coverage specific parametersvoid
Indexer.Datastore. setParameters(ParametersType value)
Sets the value of the parameters property.void
Indexer. setParameters(ParametersType value)
Sets the value of the parameters property.
-