Uses of Interface
net.opengis.gml.x32.DictionaryType
-
Packages that use DictionaryType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of DictionaryType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return DictionaryType Modifier and Type Method Description DictionaryTypeDefinitionCollectionDocument. addNewDefinitionCollection()Appends and returns a new empty "DefinitionCollection" elementDictionaryTypeDictionaryDocument. addNewDictionary()Appends and returns a new empty "Dictionary" elementDictionaryTypeDefinitionCollectionDocument. getDefinitionCollection()Gets the "DefinitionCollection" elementDictionaryTypeDictionaryDocument. getDictionary()Gets the "Dictionary" elementstatic DictionaryTypeDictionaryType.Factory. newInstance()static DictionaryTypeDictionaryType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(File file)static DictionaryTypeDictionaryType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(InputStream is)static DictionaryTypeDictionaryType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(Reader r)static DictionaryTypeDictionaryType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(String xmlAsString)static DictionaryTypeDictionaryType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(URL u)static DictionaryTypeDictionaryType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(XMLStreamReader sr)static DictionaryTypeDictionaryType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DictionaryTypeDictionaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DictionaryTypeDictionaryType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DictionaryTypeDictionaryType.Factory. parse(Node node)static DictionaryTypeDictionaryType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type DictionaryType Modifier and Type Method Description voidDefinitionCollectionDocument. setDefinitionCollection(DictionaryType definitionCollection)Sets the "DefinitionCollection" elementvoidDictionaryDocument. setDictionary(DictionaryType dictionary)Sets the "Dictionary" element -
Uses of DictionaryType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement DictionaryType Modifier and Type Class Description classDictionaryTypeImplAn XML DictionaryType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return DictionaryType Modifier and Type Method Description DictionaryTypeDefinitionCollectionDocumentImpl. addNewDefinitionCollection()Appends and returns a new empty "DefinitionCollection" elementDictionaryTypeDictionaryDocumentImpl. addNewDictionary()Appends and returns a new empty "Dictionary" elementDictionaryTypeDefinitionCollectionDocumentImpl. getDefinitionCollection()Gets the "DefinitionCollection" elementDictionaryTypeDictionaryDocumentImpl. getDictionary()Gets the "Dictionary" elementMethods in net.opengis.gml.x32.impl with parameters of type DictionaryType Modifier and Type Method Description voidDefinitionCollectionDocumentImpl. setDefinitionCollection(DictionaryType definitionCollection)Sets the "DefinitionCollection" elementvoidDictionaryDocumentImpl. setDictionary(DictionaryType dictionary)Sets the "Dictionary" element
-