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 ContentMetadataTypeWcs10Factory. createContentMetadataType()Returns a new object of class 'Content Metadata Type'.ContentMetadataTypeDocumentRoot. getContentMetadata()Returns the value of the 'Content Metadata' containment reference.ContentMetadataTypeWCSCapabilitiesType. 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 voidDocumentRoot. 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 ContentMetadataType Modifier and Type Class Description classContentMetadataTypeImplAn implementation of the model object 'Content Metadata Type'.Fields in net.opengis.wcs10.impl declared as ContentMetadataType Modifier and Type Field Description protected ContentMetadataTypeWCSCapabilitiesTypeImpl. contentMetadataThe cached value of the 'Content Metadata' containment reference.Methods in net.opengis.wcs10.impl that return ContentMetadataType Modifier and Type Method Description ContentMetadataTypeWcs10FactoryImpl. createContentMetadataType()ContentMetadataTypeDocumentRootImpl. getContentMetadata()ContentMetadataTypeWCSCapabilitiesTypeImpl. getContentMetadata()Methods in net.opengis.wcs10.impl with parameters of type ContentMetadataType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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 ContentMetadataType Modifier and Type Method Description ObjectWcs10Switch. 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 booleanDocumentRootValidator. validateContentMetadata(ContentMetadataType value)booleanWCSCapabilitiesTypeValidator. validateContentMetadata(ContentMetadataType value)
-