Uses of Interface
net.opengis.ows11.DomainMetadataType

Packages that use DomainMetadataType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wcs11   
net.opengis.wcs11.impl   
net.opengis.wcs11.validation   
net.opengis.wps10   
net.opengis.wps10.impl   
 

Uses of DomainMetadataType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return DomainMetadataType
 DomainMetadataType Ows11Factory.createDomainMetadataType()
          Returns a new object of class 'Domain Metadata Type'.
 DomainMetadataType DocumentRoot.getDataType()
          Returns the value of the 'Data Type' containment reference.
 DomainMetadataType UnNamedDomainType.getDataType()
          Returns the value of the 'Data Type' containment reference.
 DomainMetadataType DocumentRoot.getMeaning()
          Returns the value of the 'Meaning' containment reference.
 DomainMetadataType UnNamedDomainType.getMeaning()
          Returns the value of the 'Meaning' containment reference.
 DomainMetadataType DocumentRoot.getReferenceSystem()
          Returns the value of the 'Reference System' containment reference.
 DomainMetadataType UnNamedDomainType.getReferenceSystem()
          Returns the value of the 'Reference System' containment reference.
 DomainMetadataType DocumentRoot.getUOM()
          Returns the value of the 'UOM' containment reference.
 DomainMetadataType UnNamedDomainType.getUOM()
          Returns the value of the 'UOM' containment reference.
 

Methods in net.opengis.ows11 with parameters of type DomainMetadataType
 void DocumentRoot.setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 void UnNamedDomainType.setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 void DocumentRoot.setMeaning(DomainMetadataType value)
          Sets the value of the 'Meaning' containment reference.
 void UnNamedDomainType.setMeaning(DomainMetadataType value)
          Sets the value of the 'Meaning' containment reference.
 void DocumentRoot.setReferenceSystem(DomainMetadataType value)
          Sets the value of the 'Reference System' containment reference.
 void UnNamedDomainType.setReferenceSystem(DomainMetadataType value)
          Sets the value of the 'Reference System' containment reference.
 void DocumentRoot.setUOM(DomainMetadataType value)
          Sets the value of the 'UOM' containment reference.
 void UnNamedDomainType.setUOM(DomainMetadataType value)
          Sets the value of the 'UOM' containment reference.
 

Uses of DomainMetadataType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement DomainMetadataType
 class DomainMetadataTypeImpl
          An implementation of the model object 'Domain Metadata Type'.
 

Fields in net.opengis.ows11.impl declared as DomainMetadataType
protected  DomainMetadataType UnNamedDomainTypeImpl.dataType
          The cached value of the 'Data Type' containment reference.
protected  DomainMetadataType UnNamedDomainTypeImpl.meaning
          The cached value of the 'Meaning' containment reference.
protected  DomainMetadataType UnNamedDomainTypeImpl.referenceSystem
          The cached value of the 'Reference System' containment reference.
protected  DomainMetadataType UnNamedDomainTypeImpl.uOM
          The cached value of the 'UOM' containment reference.
 

Methods in net.opengis.ows11.impl that return DomainMetadataType
 DomainMetadataType Ows11FactoryImpl.createDomainMetadataType()
           
 DomainMetadataType UnNamedDomainTypeImpl.getDataType()
           
 DomainMetadataType DocumentRootImpl.getDataType()
           
 DomainMetadataType UnNamedDomainTypeImpl.getMeaning()
           
 DomainMetadataType DocumentRootImpl.getMeaning()
           
 DomainMetadataType UnNamedDomainTypeImpl.getReferenceSystem()
           
 DomainMetadataType DocumentRootImpl.getReferenceSystem()
           
 DomainMetadataType UnNamedDomainTypeImpl.getUOM()
           
 DomainMetadataType DocumentRootImpl.getUOM()
           
 

Methods in net.opengis.ows11.impl with parameters of type DomainMetadataType
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetDataType(DomainMetadataType newDataType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetDataType(DomainMetadataType newDataType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetMeaning(DomainMetadataType newMeaning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetMeaning(DomainMetadataType newMeaning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetReferenceSystem(DomainMetadataType newReferenceSystem, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetReferenceSystem(DomainMetadataType newReferenceSystem, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain UnNamedDomainTypeImpl.basicSetUOM(DomainMetadataType newUOM, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetUOM(DomainMetadataType newUOM, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void UnNamedDomainTypeImpl.setDataType(DomainMetadataType newDataType)
           
 void DocumentRootImpl.setDataType(DomainMetadataType newDataType)
           
 void UnNamedDomainTypeImpl.setMeaning(DomainMetadataType newMeaning)
           
 void DocumentRootImpl.setMeaning(DomainMetadataType newMeaning)
           
 void UnNamedDomainTypeImpl.setReferenceSystem(DomainMetadataType newReferenceSystem)
           
 void DocumentRootImpl.setReferenceSystem(DomainMetadataType newReferenceSystem)
           
 void UnNamedDomainTypeImpl.setUOM(DomainMetadataType newUOM)
           
 void DocumentRootImpl.setUOM(DomainMetadataType newUOM)
           
 

Uses of DomainMetadataType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type DomainMetadataType
 java.lang.Object Ows11Switch.caseDomainMetadataType(DomainMetadataType object)
          Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.
 boolean Ows11Validator.validateDomainMetadataType(DomainMetadataType domainMetadataType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of DomainMetadataType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type DomainMetadataType
 boolean DocumentRootValidator.validateDataType(DomainMetadataType value)
           
 boolean UnNamedDomainTypeValidator.validateDataType(DomainMetadataType value)
           
 boolean DocumentRootValidator.validateMeaning(DomainMetadataType value)
           
 boolean UnNamedDomainTypeValidator.validateMeaning(DomainMetadataType value)
           
 boolean DocumentRootValidator.validateReferenceSystem(DomainMetadataType value)
           
 boolean UnNamedDomainTypeValidator.validateReferenceSystem(DomainMetadataType value)
           
 boolean DocumentRootValidator.validateUOM(DomainMetadataType value)
           
 boolean UnNamedDomainTypeValidator.validateUOM(DomainMetadataType value)
           
 

Uses of DomainMetadataType in net.opengis.wcs11
 

Methods in net.opengis.wcs11 that return DomainMetadataType
 DomainMetadataType AxisType.getDataType()
          Returns the value of the 'Data Type' containment reference.
 DomainMetadataType AxisType.getMeaning()
          Returns the value of the 'Meaning' containment reference.
 DomainMetadataType AxisType.getReferenceSystem()
          Returns the value of the 'Reference System' containment reference.
 DomainMetadataType AxisType.getUOM()
          Returns the value of the 'UOM' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type DomainMetadataType
 void AxisType.setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 void AxisType.setMeaning(DomainMetadataType value)
          Sets the value of the 'Meaning' containment reference.
 void AxisType.setReferenceSystem(DomainMetadataType value)
          Sets the value of the 'Reference System' containment reference.
 void AxisType.setUOM(DomainMetadataType value)
          Sets the value of the 'UOM' containment reference.
 

Uses of DomainMetadataType in net.opengis.wcs11.impl
 

Fields in net.opengis.wcs11.impl declared as DomainMetadataType
protected  DomainMetadataType AxisTypeImpl.dataType
          The cached value of the 'Data Type' containment reference.
protected  DomainMetadataType AxisTypeImpl.meaning
          The cached value of the 'Meaning' containment reference.
protected  DomainMetadataType AxisTypeImpl.referenceSystem
          The cached value of the 'Reference System' containment reference.
protected  DomainMetadataType AxisTypeImpl.uOM
          The cached value of the 'UOM' containment reference.
 

Methods in net.opengis.wcs11.impl that return DomainMetadataType
 DomainMetadataType AxisTypeImpl.getDataType()
           
 DomainMetadataType AxisTypeImpl.getMeaning()
           
 DomainMetadataType AxisTypeImpl.getReferenceSystem()
           
 DomainMetadataType AxisTypeImpl.getUOM()
           
 

Methods in net.opengis.wcs11.impl with parameters of type DomainMetadataType
 org.eclipse.emf.common.notify.NotificationChain AxisTypeImpl.basicSetDataType(DomainMetadataType newDataType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AxisTypeImpl.basicSetMeaning(DomainMetadataType newMeaning, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AxisTypeImpl.basicSetReferenceSystem(DomainMetadataType newReferenceSystem, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain AxisTypeImpl.basicSetUOM(DomainMetadataType newUOM, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AxisTypeImpl.setDataType(DomainMetadataType newDataType)
           
 void AxisTypeImpl.setMeaning(DomainMetadataType newMeaning)
           
 void AxisTypeImpl.setReferenceSystem(DomainMetadataType newReferenceSystem)
           
 void AxisTypeImpl.setUOM(DomainMetadataType newUOM)
           
 

Uses of DomainMetadataType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type DomainMetadataType
 boolean AxisTypeValidator.validateDataType(DomainMetadataType value)
           
 boolean AxisTypeValidator.validateMeaning(DomainMetadataType value)
           
 boolean AxisTypeValidator.validateReferenceSystem(DomainMetadataType value)
           
 boolean AxisTypeValidator.validateUOM(DomainMetadataType value)
           
 

Uses of DomainMetadataType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return DomainMetadataType
 DomainMetadataType LiteralOutputType.getDataType()
          Returns the value of the 'Data Type' containment reference.
 

Methods in net.opengis.wps10 with parameters of type DomainMetadataType
 void LiteralOutputType.setDataType(DomainMetadataType value)
          Sets the value of the 'Data Type' containment reference.
 

Uses of DomainMetadataType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as DomainMetadataType
protected  DomainMetadataType LiteralOutputTypeImpl.dataType
          The cached value of the 'Data Type' containment reference.
 

Methods in net.opengis.wps10.impl that return DomainMetadataType
 DomainMetadataType LiteralOutputTypeImpl.getDataType()
           
 

Methods in net.opengis.wps10.impl with parameters of type DomainMetadataType
 org.eclipse.emf.common.notify.NotificationChain LiteralOutputTypeImpl.basicSetDataType(DomainMetadataType newDataType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LiteralOutputTypeImpl.setDataType(DomainMetadataType newDataType)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.