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.util
Methods in org.geotools.appschema.util with parameters of type InterpolationProperties Modifier and Type Method Description void
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 InterpolationProperties Modifier and Type Field Description protected InterpolationProperties
DataAccessRegistry. properties
Properties for interpolation / configuration settingsMethods in org.geotools.data.complex that return InterpolationProperties Modifier and Type Method Description static InterpolationProperties
AppSchemaDataAccessRegistry. getAppSchemaProperties()
Get App-schema propertiesInterpolationProperties
DataAccessRegistry. getProperties()
Get properties -
Uses of InterpolationProperties in org.geotools.data.complex.config
Fields in org.geotools.data.complex.config declared as InterpolationProperties Modifier and Type Field Description protected InterpolationProperties
XMLConfigDigester. properties
PropertiesConstructors in org.geotools.data.complex.config with parameters of type InterpolationProperties Constructor Description XMLConfigDigester(InterpolationProperties properties)
Creates a new XMLConfigReader object.
-