Uses of Interface
net.opengis.wcs10.ContentMetadataType
Packages that use ContentMetadataType
Package
Description
-
Uses of ContentMetadataType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ContentMetadataTypeModifier and TypeMethodDescriptionWcs10Factory.createContentMetadataType()Returns a new object of class 'Content Metadata Type'.DocumentRoot.getContentMetadata()Returns the value of the 'Content Metadata' containment reference.WCSCapabilitiesType.getContentMetadata()Returns the value of the 'Content Metadata' containment reference.Methods in net.opengis.wcs10 with parameters of type ContentMetadataTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setContentMetadata(ContentMetadataType value) Sets the value of the 'Content Metadata' containment reference.voidWCSCapabilitiesType.setContentMetadata(ContentMetadataType value) Sets the value of the 'Content Metadata' containment reference. -
Uses of ContentMetadataType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ContentMetadataTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Content Metadata Type'.Fields in net.opengis.wcs10.impl declared as ContentMetadataTypeModifier and TypeFieldDescriptionprotected ContentMetadataTypeWCSCapabilitiesTypeImpl.contentMetadataThe cached value of the 'Content Metadata' containment reference.Methods in net.opengis.wcs10.impl that return ContentMetadataTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createContentMetadataType()DocumentRootImpl.getContentMetadata()WCSCapabilitiesTypeImpl.getContentMetadata()Methods in net.opengis.wcs10.impl with parameters of type ContentMetadataTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetContentMetadata(ContentMetadataType newContentMetadata, NotificationChain msgs) NotificationChainWCSCapabilitiesTypeImpl.basicSetContentMetadata(ContentMetadataType newContentMetadata, NotificationChain msgs) voidDocumentRootImpl.setContentMetadata(ContentMetadataType newContentMetadata) voidWCSCapabilitiesTypeImpl.setContentMetadata(ContentMetadataType newContentMetadata) -
Uses of ContentMetadataType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ContentMetadataTypeModifier and TypeMethodDescriptionWcs10Switch.caseContentMetadataType(ContentMetadataType object) Returns the result of interpreting the object as an instance of 'Content Metadata Type'. -
Uses of ContentMetadataType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ContentMetadataTypeModifier and TypeMethodDescriptionbooleanDocumentRootValidator.validateContentMetadata(ContentMetadataType value) booleanWCSCapabilitiesTypeValidator.validateContentMetadata(ContentMetadataType value)