|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Definition | |
---|---|
org.deegree.gml | |
org.deegree.gml.dictionary |
Uses of Definition in org.deegree.gml |
---|
Methods in org.deegree.gml with parameters of type Definition | |
---|---|
void |
GMLStreamWriter.write(Definition definition)
Writes a GML representation of the given Definition to the stream. |
Uses of Definition in org.deegree.gml.dictionary |
---|
Subinterfaces of Definition in org.deegree.gml.dictionary | |
---|---|
interface |
Dictionary
Definition that is a collection of Definition instances. |
Classes in org.deegree.gml.dictionary that implement Definition | |
---|---|
class |
GenericDefinition
Default implementation of Definition . |
class |
GenericDictionary
Default implementation of Dictionary . |
Methods in org.deegree.gml.dictionary that return Definition | |
---|---|
Definition |
GenericDictionary.get(int index)
|
Definition |
GMLDictionaryReader.read()
|
Definition |
GenericDictionary.remove(int index)
|
Definition |
GenericDictionary.set(int index,
Definition element)
|
Methods in org.deegree.gml.dictionary that return types with arguments of type Definition | |
---|---|
Iterator<Definition> |
GenericDictionary.iterator()
|
ListIterator<Definition> |
GenericDictionary.listIterator()
|
ListIterator<Definition> |
GenericDictionary.listIterator(int index)
|
List<Definition> |
GenericDictionary.subList(int fromIndex,
int toIndex)
|
Methods in org.deegree.gml.dictionary with parameters of type Definition | |
---|---|
boolean |
GenericDictionary.add(Definition e)
|
void |
GenericDictionary.add(int index,
Definition element)
|
Definition |
GenericDictionary.set(int index,
Definition element)
|
void |
GMLDictionaryWriter.write(Definition def)
|
Method parameters in org.deegree.gml.dictionary with type arguments of type Definition | |
---|---|
boolean |
GenericDictionary.addAll(Collection<? extends Definition> c)
|
boolean |
GenericDictionary.addAll(int index,
Collection<? extends Definition> c)
|
Constructor parameters in org.deegree.gml.dictionary with type arguments of type Definition | |
---|---|
GenericDictionary(String id,
GMLStdProps gmlProps,
List<Definition> members,
boolean isDefinitionCollection)
Creates a new GenericDictionary instance. |
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |