Package org.geotools.data.complex.config
Interface MultipleValue
- All Superinterfaces:
Expression
- All Known Implementing Classes:
JdbcMultipleValue
Represents a mapping that can result in multiple values.
-
Field Summary
Fields inherited from interface Expression
NIL
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Returns the ID of the multivalued mapping.getValues
(Feature feature, AttributeMapping attributeMapping) Returns the values extracted from the provided feature using this multivalued mapping.void
setAttributeMapping
(AttributeMapping attributeMapping) Sets the attribute type mapping that contains this multi valued mapping.void
setFeatureTypeMapping
(FeatureTypeMapping featureTypeMapping) Sets the feature type mapping that contains this multi valued mapping.Methods inherited from interface Expression
accept, evaluate, evaluate
-
Method Details
-
getId
String getId()Returns the ID of the multivalued mapping. -
setFeatureTypeMapping
Sets the feature type mapping that contains this multi valued mapping. -
setAttributeMapping
Sets the attribute type mapping that contains this multi valued mapping. -
getValues
Returns the values extracted from the provided feature using this multivalued mapping.
-