Uses of Interface
net.opengis.ows11.DomainMetadataType
-
-
Uses of DomainMetadataType in net.opengis.ows11
Methods in net.opengis.ows11 that return DomainMetadataType Modifier and Type Method Description 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 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.ows11.impl
Classes in net.opengis.ows11.impl that implement DomainMetadataType Modifier and Type Class Description class
DomainMetadataTypeImpl
An implementation of the model object 'Domain Metadata Type'.Fields in net.opengis.ows11.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.ows11.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
Ows11FactoryImpl. 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.ows11.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.ows11.util
Methods in net.opengis.ows11.util with parameters of type DomainMetadataType Modifier and Type Method Description Object
Ows11Switch. caseDomainMetadataType(DomainMetadataType object)
Returns the result of interpreting the object as an instance of 'Domain Metadata Type'.boolean
Ows11Validator. validateDomainMetadataType(DomainMetadataType domainMetadataType, DiagnosticChain diagnostics, Map context)
-
Uses of DomainMetadataType in net.opengis.ows11.validation
Methods in net.opengis.ows11.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.wcs11
Methods in net.opengis.wcs11 that return DomainMetadataType Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description DomainMetadataType
AxisTypeImpl. getDataType()
DomainMetadataType
AxisTypeImpl. getMeaning()
DomainMetadataType
AxisTypeImpl. getReferenceSystem()
DomainMetadataType
AxisTypeImpl. getUOM()
Methods in net.opengis.wcs11.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChain
AxisTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
NotificationChain
AxisTypeImpl. basicSetMeaning(DomainMetadataType newMeaning, NotificationChain msgs)
NotificationChain
AxisTypeImpl. basicSetReferenceSystem(DomainMetadataType newReferenceSystem, NotificationChain msgs)
NotificationChain
AxisTypeImpl. basicSetUOM(DomainMetadataType newUOM, 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 Modifier and Type Method Description 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.wmts.v_1
Methods in net.opengis.wmts.v_1 that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
DimensionType. 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 void
DimensionType. setUOM(DomainMetadataType value)
Sets the value of the 'UOM
' containment reference. -
Uses of DomainMetadataType in net.opengis.wmts.v_1.impl
Fields in net.opengis.wmts.v_1.impl declared as DomainMetadataType Modifier and Type Field Description protected DomainMetadataType
DimensionTypeImpl. uOM
The cached value of the 'UOM
' containment reference.Methods in net.opengis.wmts.v_1.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
DimensionTypeImpl. getUOM()
Methods in net.opengis.wmts.v_1.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChain
DimensionTypeImpl. basicSetUOM(DomainMetadataType newUOM, NotificationChain msgs)
void
DimensionTypeImpl. setUOM(DomainMetadataType newUOM)
-
Uses of DomainMetadataType in net.opengis.wps10
Methods in net.opengis.wps10 that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
LiteralOutputType. 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 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 Modifier and Type Field Description protected DomainMetadataType
LiteralOutputTypeImpl. dataType
The cached value of the 'Data Type
' containment reference.Methods in net.opengis.wps10.impl that return DomainMetadataType Modifier and Type Method Description DomainMetadataType
LiteralOutputTypeImpl. getDataType()
Methods in net.opengis.wps10.impl with parameters of type DomainMetadataType Modifier and Type Method Description NotificationChain
LiteralOutputTypeImpl. basicSetDataType(DomainMetadataType newDataType, NotificationChain msgs)
void
LiteralOutputTypeImpl. setDataType(DomainMetadataType newDataType)
-
Uses of DomainMetadataType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type DomainMetadataType Modifier and Type Method Description boolean
LiteralOutputTypeValidator. validateDataType(DomainMetadataType value)
-