Uses of Interface
org.geotools.data.complex.config.MultipleValue
-
Packages that use MultipleValue Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.complex.config org.geotools.data.complex.filter -
-
Uses of MultipleValue in org.geotools.data.complex
Methods in org.geotools.data.complex that return MultipleValue Modifier and Type Method Description MultipleValue
AttributeMapping. getMultipleValue()
Constructors in org.geotools.data.complex with parameters of type MultipleValue Constructor Description AttributeMapping(Expression idExpression, Expression sourceExpression, String sourceIndex, XPathUtil.StepList targetXPath, AttributeType targetNodeInstance, boolean isMultiValued, Map<Name,Expression> clientProperties, MultipleValue multipleValue)
AttributeMapping(Expression idExpression, Expression sourceExpression, String sourceIndex, XPathUtil.StepList targetXPath, AttributeType targetNodeInstance, boolean isMultiValued, Map<Name,Expression> clientProperties, MultipleValue multipleValue, String indexField)
-
Uses of MultipleValue in org.geotools.data.complex.config
Classes in org.geotools.data.complex.config that implement MultipleValue Modifier and Type Class Description class
JdbcMultipleValue
Implementation of the multivalued mappings API for JDBC based data sources.Methods in org.geotools.data.complex.config that return MultipleValue Modifier and Type Method Description MultipleValue
AttributeMapping. getMultipleValue()
Methods in org.geotools.data.complex.config with parameters of type MultipleValue Modifier and Type Method Description void
AttributeMapping. setMultipleValue(MultipleValue multipleValue)
-
Uses of MultipleValue in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter that return types with arguments of type MultipleValue Modifier and Type Method Description List<MultipleValue>
MultipleValueExtractor. getMultipleValues()
-