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 TypeMethodDescriptionvoid
InterpolationProperties.putAll
(InterpolationProperties other) Copy all properties from anotherInterpolationProperties
into this one. -
Uses of InterpolationProperties in org.geotools.data.complex
Fields in org.geotools.data.complex declared as InterpolationPropertiesModifier and TypeFieldDescriptionprotected InterpolationProperties
DataAccessRegistry.properties
Properties for interpolation / configuration settingsMethods in org.geotools.data.complex that return InterpolationPropertiesModifier and TypeMethodDescriptionstatic InterpolationProperties
AppSchemaDataAccessRegistry.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 InterpolationProperties
XMLConfigDigester.properties
PropertiesConstructors in org.geotools.data.complex.config with parameters of type InterpolationPropertiesModifierConstructorDescriptionXMLConfigDigester
(InterpolationProperties properties) Creates a new XMLConfigReader object.