Uses of Interface
net.opengis.ows20.MetadataType
Packages that use MetadataType
Package
Description
-
Uses of MetadataType in net.opengis.ows20
Subinterfaces of MetadataType in net.opengis.ows20Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Additional Parameters Base Type'.interface
A representation of the model object 'Additional Parameters Type'.Methods in net.opengis.ows20 that return MetadataTypeModifier and TypeMethodDescriptionOws20Factory.createMetadataType()
Returns a new object of class 'Metadata Type'.DocumentRoot.getMetadata()
Returns the value of the 'Metadata' containment reference.DocumentRoot.getOtherSource()
Returns the value of the 'Other Source' containment reference.Methods in net.opengis.ows20 that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>
BasicIdentificationType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
DatasetDescriptionSummaryBaseType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
OperationType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
ReferenceType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
UnNamedDomainType.getMetadata()
Returns the value of the 'Metadata' containment reference list.EList<MetadataType>
ContentsBaseType.getOtherSource()
Returns the value of the 'Other Source' containment reference list.Methods in net.opengis.ows20 with parameters of type MetadataTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setMetadata
(MetadataType value) Sets the value of the 'Metadata
' containment reference.void
DocumentRoot.setOtherSource
(MetadataType value) Sets the value of the 'Other Source
' containment reference. -
Uses of MetadataType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement MetadataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Additional Parameters Base Type'.class
An implementation of the model object 'Additional Parameters Type'.class
An implementation of the model object 'Metadata Type'.Fields in net.opengis.ows20.impl with type parameters of type MetadataTypeModifier and TypeFieldDescriptionprotected EList<MetadataType>
ContentsBaseTypeImpl.otherSource
The cached value of the 'Other Source
' containment reference list.Methods in net.opengis.ows20.impl that return MetadataTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createMetadataType()
DocumentRootImpl.getMetadata()
DocumentRootImpl.getOtherSource()
Methods in net.opengis.ows20.impl that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>
BasicIdentificationTypeImpl.getMetadata()
EList<MetadataType>
DatasetDescriptionSummaryBaseTypeImpl.getMetadata()
EList<MetadataType>
OperationTypeImpl.getMetadata()
EList<MetadataType>
ReferenceTypeImpl.getMetadata()
EList<MetadataType>
UnNamedDomainTypeImpl.getMetadata()
EList<MetadataType>
ContentsBaseTypeImpl.getOtherSource()
Methods in net.opengis.ows20.impl with parameters of type MetadataTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetMetadata
(MetadataType newMetadata, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetOtherSource
(MetadataType newOtherSource, NotificationChain msgs) void
DocumentRootImpl.setMetadata
(MetadataType newMetadata) void
DocumentRootImpl.setOtherSource
(MetadataType newOtherSource) -
Uses of MetadataType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type MetadataTypeModifier and TypeMethodDescriptionOws20Switch.caseMetadataType
(MetadataType object) Returns the result of interpreting the object as an instance of 'Metadata Type'.boolean
Ows20Validator.validateMetadataType
(MetadataType metadataType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of MetadataType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type MetadataTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateMetadata
(MetadataType value) boolean
DocumentRootValidator.validateOtherSource
(MetadataType value) Method parameters in net.opengis.ows20.validation with type arguments of type MetadataTypeModifier and TypeMethodDescriptionboolean
BasicIdentificationTypeValidator.validateMetadata
(EList<MetadataType> value) boolean
DatasetDescriptionSummaryBaseTypeValidator.validateMetadata
(EList<MetadataType> value) boolean
OperationTypeValidator.validateMetadata
(EList<MetadataType> value) boolean
ReferenceTypeValidator.validateMetadata
(EList<MetadataType> value) boolean
UnNamedDomainTypeValidator.validateMetadata
(EList<MetadataType> value) boolean
ContentsBaseTypeValidator.validateOtherSource
(EList<MetadataType> value) -
Uses of MetadataType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return types with arguments of type MetadataTypeModifier and TypeMethodDescriptionEList<MetadataType>
CoverageSummaryType.getMetadata()
Returns the value of the 'Metadata' containment reference list. -
Uses of MetadataType in net.opengis.wcs20.impl
Methods in net.opengis.wcs20.impl that return types with arguments of type MetadataType