Package org.geotools.data.complex
Class PathAttributeList
Object
PathAttributeList
- Author:
- Russell Petty (GeoScience Victoria)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn list of matching source input xpath - Attribute pair based on the label.Get full input xpath based on the label.void
Store information for labelled attributes.
-
Constructor Details
-
PathAttributeList
public PathAttributeList()
-
-
Method Details
-
put
Store information for labelled attributes.- Parameters:
key
- AttributeMapping labelxpath
- full input xpath from web service including itemXpath + instanceXpathattribute
- Attribute instance that is created for the AttributeMapping
-
getPath
Get full input xpath based on the label.- Parameters:
label
- AttributeMapping label- Returns:
- full input xpath from web service including itemXpath + instanceXpath
-
get
Return list of matching source input xpath - Attribute pair based on the label.- Parameters:
key
- The attribute label- Returns:
- full input xpath - Attribute pair
-