org.geotools.data.complex
Class PathAttributeList

java.lang.Object
  extended by org.geotools.data.complex.PathAttributeList

public class PathAttributeList
extends java.lang.Object

Version:
$Id: PathAttributeList.java 34061 2009-10-05 06:31:55Z bencaradocdavies $
Author:
Russell Petty, GSV

Nested Class Summary
 class PathAttributeList.Pair
           
 
Constructor Summary
PathAttributeList()
           
 
Method Summary
 java.util.List<PathAttributeList.Pair> get(java.lang.String key)
           
 void put(java.lang.String key, java.lang.String xpath, org.opengis.feature.Attribute attribute)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathAttributeList

public PathAttributeList()
Method Detail

put

public void put(java.lang.String key,
                java.lang.String xpath,
                org.opengis.feature.Attribute attribute)

get

public java.util.List<PathAttributeList.Pair> get(java.lang.String key)


Copyright © 1996-2010 Geotools. All Rights Reserved.