Uses of Interface
net.opengis.ows11.DomainMetadataType
- 
- 
Uses of DomainMetadataType in net.opengis.ows11Methods in net.opengis.ows11 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeOws11Factory. createDomainMetadataType()Returns a new object of class 'Domain Metadata Type'.DomainMetadataTypeDocumentRoot. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeUnNamedDomainType. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeDocumentRoot. getMeaning()Returns the value of the 'Meaning' containment reference.DomainMetadataTypeUnNamedDomainType. getMeaning()Returns the value of the 'Meaning' containment reference.DomainMetadataTypeDocumentRoot. getReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypeUnNamedDomainType. getReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypeDocumentRoot. getUOM()Returns the value of the 'UOM' containment reference.DomainMetadataTypeUnNamedDomainType. getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.ows11 with parameters of type DomainMetadataType Modifier and Type Method Description voidDocumentRoot. 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.ows11.implClasses in net.opengis.ows11.impl that implement DomainMetadataType Modifier and Type Class Description classDomainMetadataTypeImplAn implementation of the model object 'Domain Metadata Type'.Fields in net.opengis.ows11.impl declared as DomainMetadataType Modifier and Type Field Description protected 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.ows11.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeOws11FactoryImpl. createDomainMetadataType()DomainMetadataTypeDocumentRootImpl. getDataType()DomainMetadataTypeUnNamedDomainTypeImpl. getDataType()DomainMetadataTypeDocumentRootImpl. getMeaning()DomainMetadataTypeUnNamedDomainTypeImpl. getMeaning()DomainMetadataTypeDocumentRootImpl. getReferenceSystem()DomainMetadataTypeUnNamedDomainTypeImpl. getReferenceSystem()DomainMetadataTypeDocumentRootImpl. getUOM()DomainMetadataTypeUnNamedDomainTypeImpl. getUOM()Methods in net.opengis.ows11.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.ows11.utilMethods in net.opengis.ows11.util with parameters of type DomainMetadataType Modifier and Type Method Description ObjectOws11Switch. caseDomainMetadataType(DomainMetadataType object)Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.booleanOws11Validator. validateDomainMetadataType(DomainMetadataType domainMetadataType, DiagnosticChain diagnostics, Map context)
- 
Uses of DomainMetadataType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type DomainMetadataType Modifier and Type Method Description booleanDocumentRootValidator. 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.wcs11Methods in net.opengis.wcs11 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeAxisType. getDataType()Returns the value of the 'Data Type' containment reference.DomainMetadataTypeAxisType. getMeaning()Returns the value of the 'Meaning' containment reference.DomainMetadataTypeAxisType. getReferenceSystem()Returns the value of the 'Reference System' containment reference.DomainMetadataTypeAxisType. getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.wcs11 with parameters of type DomainMetadataType Modifier and Type Method Description voidAxisType. setDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.voidAxisType. setMeaning(DomainMetadataType value)Sets the value of the 'Meaning' containment reference.voidAxisType. setReferenceSystem(DomainMetadataType value)Sets the value of the 'Reference System' containment reference.voidAxisType. setUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.
- 
Uses of DomainMetadataType in net.opengis.wcs11.implFields in net.opengis.wcs11.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataTypeAxisTypeImpl. dataTypeThe cached value of the 'Data Type' containment reference.protected DomainMetadataTypeAxisTypeImpl. meaningThe cached value of the 'Meaning' containment reference.protected DomainMetadataTypeAxisTypeImpl. referenceSystemThe cached value of the 'Reference System' containment reference.protected DomainMetadataTypeAxisTypeImpl. uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.wcs11.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeAxisTypeImpl. getDataType()DomainMetadataTypeAxisTypeImpl. getMeaning()DomainMetadataTypeAxisTypeImpl. getReferenceSystem()DomainMetadataTypeAxisTypeImpl. getUOM()Methods in net.opengis.wcs11.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainAxisTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)NotificationChainAxisTypeImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)NotificationChainAxisTypeImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)NotificationChainAxisTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)voidAxisTypeImpl. setDataType(DomainMetadataType newDataType)voidAxisTypeImpl. setMeaning(DomainMetadataType newMeaning)voidAxisTypeImpl. setReferenceSystem(DomainMetadataType newReferenceSystem)voidAxisTypeImpl. setUOM(DomainMetadataType newUOM)
- 
Uses of DomainMetadataType in net.opengis.wcs11.validationMethods in net.opengis.wcs11.validation with parameters of type DomainMetadataType Modifier and Type Method Description booleanAxisTypeValidator. validateDataType(DomainMetadataType value)booleanAxisTypeValidator. validateMeaning(DomainMetadataType value)booleanAxisTypeValidator. validateReferenceSystem(DomainMetadataType value)booleanAxisTypeValidator. validateUOM(DomainMetadataType value)
- 
Uses of DomainMetadataType in net.opengis.wmts.v_1Methods in net.opengis.wmts.v_1 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeDimensionType. getUOM()Returns the value of the 'UOM' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type DomainMetadataType Modifier and Type Method Description voidDimensionType. setUOM(DomainMetadataType value)Sets the value of the 'UOM' containment reference.
- 
Uses of DomainMetadataType in net.opengis.wmts.v_1.implFields in net.opengis.wmts.v_1.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataTypeDimensionTypeImpl. uOMThe cached value of the 'UOM' containment reference.Methods in net.opengis.wmts.v_1.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeDimensionTypeImpl. getUOM()Methods in net.opengis.wmts.v_1.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainDimensionTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)voidDimensionTypeImpl. setUOM(DomainMetadataType newUOM)
- 
Uses of DomainMetadataType in net.opengis.wps10Methods in net.opengis.wps10 that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeLiteralOutputType. getDataType()Returns the value of the 'Data Type' containment reference.Methods in net.opengis.wps10 with parameters of type DomainMetadataType Modifier and Type Method Description voidLiteralOutputType. setDataType(DomainMetadataType value)Sets the value of the 'Data Type' containment reference.
- 
Uses of DomainMetadataType in net.opengis.wps10.implFields in net.opengis.wps10.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataTypeLiteralOutputTypeImpl. dataTypeThe cached value of the 'Data Type' containment reference.Methods in net.opengis.wps10.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataTypeLiteralOutputTypeImpl. getDataType()Methods in net.opengis.wps10.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChainLiteralOutputTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)voidLiteralOutputTypeImpl. setDataType(DomainMetadataType newDataType)
- 
Uses of DomainMetadataType in net.opengis.wps10.validationMethods in net.opengis.wps10.validation with parameters of type DomainMetadataType Modifier and Type Method Description booleanLiteralOutputTypeValidator. validateDataType(DomainMetadataType value)
 
-