Uses of Class
org.geotools.appschema.util.InterpolationProperties
Packages that use InterpolationProperties
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of InterpolationProperties in org.geotools.appschema.util
Methods in org.geotools.appschema.util with parameters of type InterpolationPropertiesModifier and TypeMethodDescriptionvoidInterpolationProperties.putAll(InterpolationProperties other) Copy all properties from anotherInterpolationPropertiesinto this one. -
Uses of InterpolationProperties in org.geotools.data.complex
Fields in org.geotools.data.complex declared as InterpolationPropertiesModifier and TypeFieldDescriptionprotected InterpolationPropertiesDataAccessRegistry.propertiesProperties for interpolation / configuration settingsMethods in org.geotools.data.complex that return InterpolationPropertiesModifier and TypeMethodDescriptionstatic InterpolationPropertiesAppSchemaDataAccessRegistry.getAppSchemaProperties()Get App-schema propertiesDataAccessRegistry.getProperties()Get properties -
Uses of InterpolationProperties in org.geotools.data.complex.config
Fields in org.geotools.data.complex.config declared as InterpolationPropertiesModifier and TypeFieldDescriptionprotected InterpolationPropertiesXMLConfigDigester.propertiesPropertiesConstructors in org.geotools.data.complex.config with parameters of type InterpolationPropertiesModifierConstructorDescriptionXMLConfigDigester(InterpolationProperties properties) Creates a new XMLConfigReader object.