Uses of Interface
net.opengis.wcs10.ContentMetadataType
-
Packages that use ContentMetadataType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ContentMetadataType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ContentMetadataType Modifier and Type Method Description ContentMetadataType
Wcs10Factory. createContentMetadataType()
Returns a new object of class 'Content Metadata Type'.ContentMetadataType
DocumentRoot. getContentMetadata()
Returns the value of the 'Content Metadata' containment reference.ContentMetadataType
WCSCapabilitiesType. getContentMetadata()
Returns the value of the 'Content Metadata' containment reference.Methods in net.opengis.wcs10 with parameters of type ContentMetadataType Modifier and Type Method Description void
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 ContentMetadataType Modifier and Type Class Description class
ContentMetadataTypeImpl
An implementation of the model object 'Content Metadata Type'.Fields in net.opengis.wcs10.impl declared as ContentMetadataType Modifier and Type Field Description protected ContentMetadataType
WCSCapabilitiesTypeImpl. contentMetadata
The cached value of the 'Content Metadata
' containment reference.Methods in net.opengis.wcs10.impl that return ContentMetadataType Modifier and Type Method Description ContentMetadataType
Wcs10FactoryImpl. createContentMetadataType()
ContentMetadataType
DocumentRootImpl. getContentMetadata()
ContentMetadataType
WCSCapabilitiesTypeImpl. getContentMetadata()
Methods in net.opengis.wcs10.impl with parameters of type ContentMetadataType Modifier and Type Method Description NotificationChain
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 ContentMetadataType Modifier and Type Method Description Object
Wcs10Switch. 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 ContentMetadataType Modifier and Type Method Description boolean
DocumentRootValidator. validateContentMetadata(ContentMetadataType value)
boolean
WCSCapabilitiesTypeValidator. validateContentMetadata(ContentMetadataType value)
-