public interface MultipleValue extends Expression
NIL
Modifier and Type | Method and Description |
---|---|
String |
getId()
Returns the ID of the multivalued mapping.
|
List<Object> |
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.
|
accept, evaluate, evaluate
String getId()
void setFeatureTypeMapping(FeatureTypeMapping featureTypeMapping)
void setAttributeMapping(AttributeMapping attributeMapping)
List<Object> getValues(Feature feature, AttributeMapping attributeMapping)
Copyright © 1996–2019 Geotools. All rights reserved.