Uses of Interface
org.esa.snap.core.util.PropertyMap
-
Packages that use PropertyMap Package Description org.esa.snap.core.param Provides utility classes for general parameter handling.org.esa.snap.core.util Provides several utility classes used throughout SNAP. -
-
Uses of PropertyMap in org.esa.snap.core.param
Methods in org.esa.snap.core.param that return PropertyMap Modifier and Type Method Description PropertyMapParamGroup. getParameterValues()Gets the parameter values in this group as a property map instance.PropertyMapParamGroup. getParameterValues(PropertyMap propertyMap)Gets the parameter values in this group as a property map instance.Methods in org.esa.snap.core.param with parameters of type PropertyMap Modifier and Type Method Description static ParamGroupParamGroup. create(PropertyMap propertyMap)Adds and configures parameters supplied through the given properties.PropertyMapParamGroup. getParameterValues(PropertyMap propertyMap)Gets the parameter values in this group as a property map instance.voidParamGroup. setParameterValues(PropertyMap propertyMap, ParamExceptionHandler handler)Sets parameter values supplied through the given property map.voidParameter. setPropertyValues(PropertyMap propertyMap)Deprecated.voidParamProperties. setPropertyValues(String paramName, PropertyMap propertyMap)Sets the properties to the values found in the givenPropertiesinstance. -
Uses of PropertyMap in org.esa.snap.core.util
Classes in org.esa.snap.core.util that implement PropertyMap Modifier and Type Class Description classAbstractPropertyMapAbstract implementation of thePropertyMapinterface.classDefaultPropertyMapDefault implementation of thePropertyMapinterface backed by aPropertiesinstance.classPreferencesPropertyMapImplementation of thePropertyMapinterface backed by aPreferencesinstance.
-