Uses of Interface
net.opengis.ows20.DomainMetadataType
Packages that use DomainMetadataType
Package
Description
-
Uses of DomainMetadataType in net.opengis.ows20
Methods in net.opengis.ows20 that return DomainMetadataTypeModifier and TypeMethodDescriptionOws20Factory.createDomainMetadataType()Returns a new object of class 'Domain Metadata Type'.DocumentRoot.getDataType()Returns the value of the 'Data Type' containment reference.UnNamedDomainType.getDataType()Returns the value of the 'Data Type' containment reference.DocumentRoot.getMeaning()Returns the value of the 'Meaning' containment reference.UnNamedDomainType.getMeaning()Returns the value of the 'Meaning' containment reference.DocumentRoot.getReferenceSystem()Returns the value of the 'Reference System' containment reference.UnNamedDomainType.getReferenceSystem()Returns the value of the 'Reference System' containment reference.DocumentRoot.getUOM()Returns the value of the 'UOM' containment reference.UnNamedDomainType.getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.ows20 with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setDataType(DomainMetadataType value) Sets the value of the 'Data Type' containment reference.voidUnNamedDomainType.setDataType(DomainMetadataType value) Sets the value of the 'Data Type' containment reference.voidDocumentRoot.setMeaning(DomainMetadataType value) Sets the value of the 'Meaning' containment reference.voidUnNamedDomainType.setMeaning(DomainMetadataType value) Sets the value of the 'Meaning' containment reference.voidDocumentRoot.setReferenceSystem(DomainMetadataType value) Sets the value of the 'Reference System' containment reference.voidUnNamedDomainType.setReferenceSystem(DomainMetadataType value) Sets the value of the 'Reference System' containment reference.voidDocumentRoot.setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference.voidUnNamedDomainType.setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference. -
Uses of DomainMetadataType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement DomainMetadataTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Domain Metadata Type'.Fields in net.opengis.ows20.impl declared as DomainMetadataTypeModifier and TypeFieldDescriptionprotected DomainMetadataTypeUnNamedDomainTypeImpl.dataTypeThe cached value of the 'Data Type' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl.meaningThe cached value of the 'Meaning' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl.referenceSystemThe cached value of the 'Reference System' containment reference.protected DomainMetadataTypeUnNamedDomainTypeImpl.uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.ows20.impl that return DomainMetadataTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createDomainMetadataType()DocumentRootImpl.getDataType()UnNamedDomainTypeImpl.getDataType()DocumentRootImpl.getMeaning()UnNamedDomainTypeImpl.getMeaning()DocumentRootImpl.getReferenceSystem()UnNamedDomainTypeImpl.getReferenceSystem()DocumentRootImpl.getUOM()UnNamedDomainTypeImpl.getUOM()Methods in net.opengis.ows20.impl with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs) NotificationChainUnNamedDomainTypeImpl.basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs) voidDocumentRootImpl.setDataType(DomainMetadataType newDataType) voidUnNamedDomainTypeImpl.setDataType(DomainMetadataType newDataType) voidDocumentRootImpl.setMeaning(DomainMetadataType newMeaning) voidUnNamedDomainTypeImpl.setMeaning(DomainMetadataType newMeaning) voidDocumentRootImpl.setReferenceSystem(DomainMetadataType newReferenceSystem) voidUnNamedDomainTypeImpl.setReferenceSystem(DomainMetadataType newReferenceSystem) voidDocumentRootImpl.setUOM(DomainMetadataType newUOM) voidUnNamedDomainTypeImpl.setUOM(DomainMetadataType newUOM) -
Uses of DomainMetadataType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionOws20Switch.caseDomainMetadataType(DomainMetadataType object) Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.booleanOws20Validator.validateDomainMetadataType(DomainMetadataType domainMetadataType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of DomainMetadataType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateDataType(DomainMetadataType value) booleanUnNamedDomainTypeValidator.validateDataType(DomainMetadataType value) booleanDocumentRootValidator.validateMeaning(DomainMetadataType value) booleanUnNamedDomainTypeValidator.validateMeaning(DomainMetadataType value) booleanDocumentRootValidator.validateReferenceSystem(DomainMetadataType value) booleanUnNamedDomainTypeValidator.validateReferenceSystem(DomainMetadataType value) booleanDocumentRootValidator.validateUOM(DomainMetadataType value) booleanUnNamedDomainTypeValidator.validateUOM(DomainMetadataType value) -
Uses of DomainMetadataType in net.opengis.wps20
Methods in net.opengis.wps20 that return DomainMetadataTypeModifier and TypeMethodDescriptionLiteralDataDomainType.getDataType()Returns the value of the 'Data Type' containment reference.LiteralDataDomainType.getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.wps20 with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionvoidLiteralDataDomainType.setDataType(DomainMetadataType value) Sets the value of the 'Data Type' containment reference.voidLiteralDataDomainType.setUOM(DomainMetadataType value) Sets the value of the 'UOM' containment reference. -
Uses of DomainMetadataType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as DomainMetadataTypeModifier and TypeFieldDescriptionprotected DomainMetadataTypeLiteralDataDomainTypeImpl.dataTypeThe cached value of the 'Data Type' containment reference.protected DomainMetadataTypeLiteralDataDomainTypeImpl.uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.wps20.impl that return DomainMetadataTypeModifier and TypeMethodDescriptionLiteralDataDomainTypeImpl.getDataType()LiteralDataDomainTypeImpl.getUOM()Methods in net.opengis.wps20.impl with parameters of type DomainMetadataTypeModifier and TypeMethodDescriptionNotificationChainLiteralDataDomainTypeImpl.basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs) NotificationChainLiteralDataDomainTypeImpl.basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs) voidLiteralDataDomainTypeImpl.setDataType(DomainMetadataType newDataType) voidLiteralDataDomainTypeImpl.setUOM(DomainMetadataType newUOM)