Uses of Class
org.geotools.appschema.util.InterpolationProperties
- 
Packages that use InterpolationProperties Package Description org.geotools.appschema.util org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.config 
- 
- 
Uses of InterpolationProperties in org.geotools.appschema.utilMethods in org.geotools.appschema.util with parameters of type InterpolationProperties Modifier and Type Method Description voidInterpolationProperties. putAll(InterpolationProperties other)Copy all properties from anotherInterpolationPropertiesinto this one.
- 
Uses of InterpolationProperties in org.geotools.data.complexFields in org.geotools.data.complex declared as InterpolationProperties Modifier and Type Field Description protected InterpolationPropertiesDataAccessRegistry. propertiesProperties for interpolation / configuration settingsMethods in org.geotools.data.complex that return InterpolationProperties Modifier and Type Method Description static InterpolationPropertiesAppSchemaDataAccessRegistry. getAppSchemaProperties()Get App-schema propertiesInterpolationPropertiesDataAccessRegistry. getProperties()Get properties
- 
Uses of InterpolationProperties in org.geotools.data.complex.configFields in org.geotools.data.complex.config declared as InterpolationProperties Modifier and Type Field Description protected InterpolationPropertiesXMLConfigDigester. propertiesPropertiesConstructors in org.geotools.data.complex.config with parameters of type InterpolationProperties Constructor Description XMLConfigDigester(InterpolationProperties properties)Creates a new XMLConfigReader object.
 
-