Uses of Class
org.geotools.gce.imagemosaic.catalog.index.ParametersType.Parameter

Packages that use ParametersType.Parameter
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
protected  List<ParametersType.Parameter> ParametersType.parameter
           
 

Methods in org.geotools.gce.imagemosaic.catalog.index that return ParametersType.Parameter
 ParametersType.Parameter ObjectFactory.createParametersTypeParameter()
          Create an instance of ParametersType.Parameter
 

Methods in org.geotools.gce.imagemosaic.catalog.index that return types with arguments of type ParametersType.Parameter
 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
static 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
static void IndexerUtils.setParam(List<ParametersType.Parameter> parameters, String parameterName, String parameterValue)
          Set the parameter having the specified name with the specified value
 



Copyright © 1996-2014 Geotools. All Rights Reserved.