Package org.geotools.data.complex
Class PathAttributeList
Object
PathAttributeList
- Author:
- Russell Petty (GeoScience Victoria)
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturn list of matching source input xpath - Attribute pair based on the label.Get full input xpath based on the label.voidStore information for labelled attributes.
- 
Constructor Details- 
PathAttributeListpublic PathAttributeList()
 
- 
- 
Method Details- 
putStore information for labelled attributes.- Parameters:
- key- AttributeMapping label
- xpath- full input xpath from web service including itemXpath + instanceXpath
- attribute- Attribute instance that is created for the AttributeMapping
 
- 
getPathGet full input xpath based on the label.- Parameters:
- label- AttributeMapping label
- Returns:
- full input xpath from web service including itemXpath + instanceXpath
 
- 
getReturn list of matching source input xpath - Attribute pair based on the label.- Parameters:
- key- The attribute label
- Returns:
- full input xpath - Attribute pair
 
 
-