Uses of Interface
net.opengis.gml311.DictionaryType
Packages that use DictionaryType
-
Uses of DictionaryType in net.opengis.gml311
Methods in net.opengis.gml311 that return DictionaryTypeModifier and TypeMethodDescriptionGml311Factory.createDictionaryType()
Returns a new object of class 'Dictionary Type'.DocumentRoot.getDefinitionCollection()
Returns the value of the 'Definition Collection' containment reference.DocumentRoot.getDictionary()
Returns the value of the 'Dictionary' containment reference.Methods in net.opengis.gml311 with parameters of type DictionaryTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setDefinitionCollection
(DictionaryType value) Sets the value of the 'Definition Collection
' containment reference.void
DocumentRoot.setDictionary
(DictionaryType value) Sets the value of the 'Dictionary
' containment reference. -
Uses of DictionaryType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement DictionaryTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Dictionary Type'.Methods in net.opengis.gml311.impl that return DictionaryTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createDictionaryType()
DocumentRootImpl.getDefinitionCollection()
DocumentRootImpl.getDictionary()
Methods in net.opengis.gml311.impl with parameters of type DictionaryTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetDefinitionCollection
(DictionaryType newDefinitionCollection, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetDictionary
(DictionaryType newDictionary, NotificationChain msgs) void
DocumentRootImpl.setDefinitionCollection
(DictionaryType newDefinitionCollection) void
DocumentRootImpl.setDictionary
(DictionaryType newDictionary) -
Uses of DictionaryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DictionaryTypeModifier and TypeMethodDescriptionGml311Switch.caseDictionaryType
(DictionaryType object) Returns the result of interpreting the object as an instance of 'Dictionary Type'.boolean
Gml311Validator.validateDictionaryType
(DictionaryType dictionaryType, DiagnosticChain diagnostics, Map<Object, Object> context)