Uses of Interface
net.opengis.gml311.DictionaryType
-
Packages that use DictionaryType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of DictionaryType in net.opengis.gml311
Methods in net.opengis.gml311 that return DictionaryType Modifier and Type Method Description DictionaryTypeGml311Factory. createDictionaryType()Returns a new object of class 'Dictionary Type'.DictionaryTypeDocumentRoot. getDefinitionCollection()Returns the value of the 'Definition Collection' containment reference.DictionaryTypeDocumentRoot. getDictionary()Returns the value of the 'Dictionary' containment reference.Methods in net.opengis.gml311 with parameters of type DictionaryType Modifier and Type Method Description voidDocumentRoot. setDefinitionCollection(DictionaryType value)Sets the value of the 'Definition Collection' containment reference.voidDocumentRoot. 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 DictionaryType Modifier and Type Class Description classDictionaryTypeImplAn implementation of the model object 'Dictionary Type'.Methods in net.opengis.gml311.impl that return DictionaryType Modifier and Type Method Description DictionaryTypeGml311FactoryImpl. createDictionaryType()DictionaryTypeDocumentRootImpl. getDefinitionCollection()DictionaryTypeDocumentRootImpl. getDictionary()Methods in net.opengis.gml311.impl with parameters of type DictionaryType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetDefinitionCollection(DictionaryType newDefinitionCollection, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetDictionary(DictionaryType newDictionary, NotificationChain msgs)voidDocumentRootImpl. setDefinitionCollection(DictionaryType newDefinitionCollection)voidDocumentRootImpl. setDictionary(DictionaryType newDictionary) -
Uses of DictionaryType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type DictionaryType Modifier and Type Method Description TGml311Switch. caseDictionaryType(DictionaryType object)Returns the result of interpreting the object as an instance of 'Dictionary Type'.booleanGml311Validator. validateDictionaryType(DictionaryType dictionaryType, DiagnosticChain diagnostics, Map<Object,Object> context)
-