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 TypeMethodDescriptionvoid
DocumentRoot.setContentMetadata
(ContentMetadataType value) Sets the value of the 'Content Metadata
' containment reference.void
WCSCapabilitiesType.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 TypeClassDescriptionclass
An implementation of the model object 'Content Metadata Type'.Fields in net.opengis.wcs10.impl declared as ContentMetadataTypeModifier and TypeFieldDescriptionprotected ContentMetadataType
WCSCapabilitiesTypeImpl.contentMetadata
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetContentMetadata
(ContentMetadataType newContentMetadata, NotificationChain msgs) NotificationChain
WCSCapabilitiesTypeImpl.basicSetContentMetadata
(ContentMetadataType newContentMetadata, NotificationChain msgs) void
DocumentRootImpl.setContentMetadata
(ContentMetadataType newContentMetadata) void
WCSCapabilitiesTypeImpl.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 TypeMethodDescriptionboolean
DocumentRootValidator.validateContentMetadata
(ContentMetadataType value) boolean
WCSCapabilitiesTypeValidator.validateContentMetadata
(ContentMetadataType value)