Package org.geotools.data.complex
Class AttributeCreateOrderList
Object
AttributeCreateOrderList
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 (GeoScience Victoria)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioniterator()
boolean
put
(AttributeMapping attMapping) Attempt to add an attribute to the list.void
setRootLabel
(String rootLabel)
-
Constructor Details
-
AttributeCreateOrderList
-
-
Method Details
-
put
Attempt to add an attribute to the list.- Parameters:
attMapping
- attribute to add- Returns:
- whether an item was added or not.
-
iterator
-
setRootLabel
-