Uses of Class
org.geotools.gce.imagemosaic.catalog.index.ParametersType.Parameter
-
Packages that use ParametersType.Parameter Package Description org.geotools.gce.imagemosaic.catalog.index -
-
Uses of ParametersType.Parameter in org.geotools.gce.imagemosaic.catalog.index
Fields in org.geotools.gce.imagemosaic.catalog.index with type parameters of type ParametersType.Parameter Modifier and Type Field Description protected List<ParametersType.Parameter>
ParametersType. parameter
Methods in org.geotools.gce.imagemosaic.catalog.index that return ParametersType.Parameter Modifier and Type Method Description ParametersType.Parameter
ObjectFactory. createParametersTypeParameter()
Create an instance ofParametersType.Parameter
Methods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type ParametersType.Parameter Modifier and Type Method Description List<ParametersType.Parameter>
ParametersType. getParameter()
Gets the value of the parameter property.Method parameters in org.geotools.gce.imagemosaic.catalog.index with type arguments of type ParametersType.Parameter Modifier and Type Method Description static void
IndexerUtils. setParam(List<ParametersType.Parameter> parameters, String parameterName, String parameterValue)
Set the parameter having the specified name with the specified valuestatic void
IndexerUtils. setParam(List<ParametersType.Parameter> parameters, Properties props, String propName)
Get the value of a property name from a properties object and set that value to a parameter with the same name
-