org.geotools.data.complex
Class PathAttributeList
Object
PathAttributeList
public class PathAttributeList
- extends Object
- Author:
- Russell Petty (GeoScience Victoria)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathAttributeList
public PathAttributeList()
put
public void put(String key,
String xpath,
Attribute attribute)
- 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
public String getPath(String label)
- Get full input xpath based on the label.
- Parameters:
label
- AttributeMapping label
- Returns:
- full input xpath from web service including itemXpath + instanceXpath
get
public List<PathAttributeList.Pair> get(String key)
- Return list of matching source input xpath - Attribute pair based on the label.
- Parameters:
key
- The attribute label
- Returns:
- full input xpath - Attribute pair
Copyright © 1996-2014 Geotools. All Rights Reserved.