org.geotools.data.complex
Class AttributeCreateOrderList
java.lang.Object
org.geotools.data.complex.AttributeCreateOrderList
public class AttributeCreateOrderList
- extends java.lang.Object
A Collection of AttributeMappings that correspond to complex types that need to be created.
It returns them in an order such that parent elements are created first, and so children
elements can be slotted straight into them.
- Author:
- Russell Petty, GSV
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeCreateOrderList
public AttributeCreateOrderList(java.lang.String rootLabel)
put
public boolean put(TreeAttributeMapping attMapping)
- Attempt to add an attribute to the list.
- Parameters:
attMapping
- attribute to add
- Returns:
- whether an item was added or not.
iterator
public java.util.Iterator<TreeAttributeMapping> iterator()
setRootLabel
public void setRootLabel(java.lang.String rootLabel)
Copyright © 1996-2010 Geotools. All Rights Reserved.