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 SummaryFields inherited from interface ExpressionNIL
- 
Method SummaryModifier 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.voidsetAttributeMapping(AttributeMapping attributeMapping) Sets the attribute type mapping that contains this multi valued mapping.voidsetFeatureTypeMapping(FeatureTypeMapping featureTypeMapping) Sets the feature type mapping that contains this multi valued mapping.Methods inherited from interface Expressionaccept, evaluate, evaluate
- 
Method Details- 
getIdString getId()Returns the ID of the multivalued mapping.
- 
setFeatureTypeMappingSets the feature type mapping that contains this multi valued mapping.
- 
setAttributeMappingSets the attribute type mapping that contains this multi valued mapping.
- 
getValuesReturns the values extracted from the provided feature using this multivalued mapping.
 
-