Uses of Class
org.geotools.gce.imagemosaic.catalog.index.ParametersType.Parameter
Packages that use ParametersType.Parameter
-
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.ParameterModifier and TypeFieldDescriptionprotected List<ParametersType.Parameter>ParametersType.parameterMethods in org.geotools.gce.imagemosaic.catalog.index that return ParametersType.ParameterModifier and TypeMethodDescriptionObjectFactory.createParametersTypeParameter()Create an instance ofParametersType.ParameterMethods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type ParametersType.ParameterModifier and TypeMethodDescriptionParametersType.getParameter()Gets the value of the parameter property.Method parameters in org.geotools.gce.imagemosaic.catalog.index with type arguments of type ParametersType.ParameterModifier and TypeMethodDescriptionstatic voidIndexerUtils.setParam(List<ParametersType.Parameter> parameters, String parameterName, String parameterValue) Set the parameter having the specified name with the specified valuestatic voidIndexerUtils.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