Uses of Interface
net.opengis.ows20.DomainMetadataType
-
Packages that use DomainMetadataType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wps20 net.opengis.wps20.impl -
-
Uses of DomainMetadataType in net.opengis.ows20
Methods in net.opengis.ows20 that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
Ows20Factory. 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.ows20 with parameters of type DomainMetadataType Modifier and Type Method Description 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.ows20.impl
Classes in net.opengis.ows20.impl that implement DomainMetadataType Modifier and Type Class Description class
DomainMetadataTypeImpl
An implementation of the model object 'Domain Metadata Type'.Fields in net.opengis.ows20.impl declared as DomainMetadataType Modifier and Type Field Description 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.ows20.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
Ows20FactoryImpl. createDomainMetadataType()
DomainMetadataType
DocumentRootImpl. getDataType()
DomainMetadataType
UnNamedDomainTypeImpl. getDataType()
DomainMetadataType
DocumentRootImpl. getMeaning()
DomainMetadataType
UnNamedDomainTypeImpl. getMeaning()
DomainMetadataType
DocumentRootImpl. getReferenceSystem()
DomainMetadataType
UnNamedDomainTypeImpl. getReferenceSystem()
DomainMetadataType
DocumentRootImpl. getUOM()
DomainMetadataType
UnNamedDomainTypeImpl. getUOM()
Methods in net.opengis.ows20.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
NotificationChain
UnNamedDomainTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
void
DocumentRootImpl. setDataType(DomainMetadataType newDataType)
void
UnNamedDomainTypeImpl. setDataType(DomainMetadataType newDataType)
void
DocumentRootImpl. setMeaning(DomainMetadataType newMeaning)
void
UnNamedDomainTypeImpl. setMeaning(DomainMetadataType newMeaning)
void
DocumentRootImpl. setReferenceSystem(DomainMetadataType newReferenceSystem)
void
UnNamedDomainTypeImpl. setReferenceSystem(DomainMetadataType newReferenceSystem)
void
DocumentRootImpl. setUOM(DomainMetadataType newUOM)
void
UnNamedDomainTypeImpl. setUOM(DomainMetadataType newUOM)
-
Uses of DomainMetadataType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type DomainMetadataType Modifier and Type Method Description T
Ows20Switch. caseDomainMetadataType(DomainMetadataType object)
Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.boolean
Ows20Validator. 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 DomainMetadataType Modifier and Type Method Description 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.wps20
Methods in net.opengis.wps20 that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
LiteralDataDomainType. getDataType()
Returns the value of the 'Data Type' containment reference.DomainMetadataType
LiteralDataDomainType. getUOM()
Returns the value of the 'UOM' containment reference.Methods in net.opengis.wps20 with parameters of type DomainMetadataType Modifier and Type Method Description void
LiteralDataDomainType. setDataType(DomainMetadataType value)
Sets the value of the 'Data Type
' containment reference.void
LiteralDataDomainType. 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 DomainMetadataType Modifier and Type Field Description protected DomainMetadataType
LiteralDataDomainTypeImpl. dataType
The cached value of the 'Data Type
' containment reference.protected DomainMetadataType
LiteralDataDomainTypeImpl. uOM
The cached value of the 'UOM
' containment reference.Methods in net.opengis.wps20.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
LiteralDataDomainTypeImpl. getDataType()
DomainMetadataType
LiteralDataDomainTypeImpl. getUOM()
Methods in net.opengis.wps20.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChain
LiteralDataDomainTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
NotificationChain
LiteralDataDomainTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
void
LiteralDataDomainTypeImpl. setDataType(DomainMetadataType newDataType)
void
LiteralDataDomainTypeImpl. setUOM(DomainMetadataType newUOM)
-