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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Additional Parameters Base Type'.interfaceA 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 TypeMethodDescriptionvoidDocumentRoot.setMetadata(MetadataType value) Sets the value of the 'Metadata' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn implementation of the model object 'Additional Parameters Base Type'.classAn implementation of the model object 'Additional Parameters Type'.classAn implementation of the model object 'Metadata Type'.Fields in net.opengis.ows20.impl with type parameters of type MetadataTypeModifier and TypeFieldDescriptionprotected EList<MetadataType>ContentsBaseTypeImpl.otherSourceThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMetadata(MetadataType newMetadata, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOtherSource(MetadataType newOtherSource, NotificationChain msgs) voidDocumentRootImpl.setMetadata(MetadataType newMetadata) voidDocumentRootImpl.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'.booleanOws20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateMetadata(MetadataType value) booleanDocumentRootValidator.validateOtherSource(MetadataType value) Method parameters in net.opengis.ows20.validation with type arguments of type MetadataTypeModifier and TypeMethodDescriptionbooleanBasicIdentificationTypeValidator.validateMetadata(EList<MetadataType> value) booleanDatasetDescriptionSummaryBaseTypeValidator.validateMetadata(EList<MetadataType> value) booleanOperationTypeValidator.validateMetadata(EList<MetadataType> value) booleanReferenceTypeValidator.validateMetadata(EList<MetadataType> value) booleanUnNamedDomainTypeValidator.validateMetadata(EList<MetadataType> value) booleanContentsBaseTypeValidator.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