Uses of Interface
net.opengis.wcs20.ServiceMetadataType
Packages that use ServiceMetadataType
-
Uses of ServiceMetadataType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ServiceMetadataTypeModifier and TypeMethodDescriptionWcs20Factory.createServiceMetadataType()
Returns a new object of class 'Service Metadata Type'.CapabilitiesType.getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.CoverageOfferingsType.getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.DocumentRoot.getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.Methods in net.opengis.wcs20 with parameters of type ServiceMetadataTypeModifier and TypeMethodDescriptionvoid
CapabilitiesType.setServiceMetadata
(ServiceMetadataType value) Sets the value of the 'Service Metadata
' containment reference.void
CoverageOfferingsType.setServiceMetadata
(ServiceMetadataType value) Sets the value of the 'Service Metadata
' containment reference.void
DocumentRoot.setServiceMetadata
(ServiceMetadataType value) Sets the value of the 'Service Metadata
' containment reference. -
Uses of ServiceMetadataType in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement ServiceMetadataTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Service Metadata Type'.Fields in net.opengis.wcs20.impl declared as ServiceMetadataTypeModifier and TypeFieldDescriptionprotected ServiceMetadataType
CapabilitiesTypeImpl.serviceMetadata
The cached value of the 'Service Metadata
' containment reference.protected ServiceMetadataType
CoverageOfferingsTypeImpl.serviceMetadata
The cached value of the 'Service Metadata
' containment reference.Methods in net.opengis.wcs20.impl that return ServiceMetadataTypeModifier and TypeMethodDescriptionWcs20FactoryImpl.createServiceMetadataType()
CapabilitiesTypeImpl.getServiceMetadata()
CoverageOfferingsTypeImpl.getServiceMetadata()
DocumentRootImpl.getServiceMetadata()
Methods in net.opengis.wcs20.impl with parameters of type ServiceMetadataTypeModifier and TypeMethodDescriptionNotificationChain
CapabilitiesTypeImpl.basicSetServiceMetadata
(ServiceMetadataType newServiceMetadata, NotificationChain msgs) NotificationChain
CoverageOfferingsTypeImpl.basicSetServiceMetadata
(ServiceMetadataType newServiceMetadata, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetServiceMetadata
(ServiceMetadataType newServiceMetadata, NotificationChain msgs) void
CapabilitiesTypeImpl.setServiceMetadata
(ServiceMetadataType newServiceMetadata) void
CoverageOfferingsTypeImpl.setServiceMetadata
(ServiceMetadataType newServiceMetadata) void
DocumentRootImpl.setServiceMetadata
(ServiceMetadataType newServiceMetadata) -
Uses of ServiceMetadataType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ServiceMetadataTypeModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateServiceMetadataType
(ServiceMetadataType serviceMetadataType, DiagnosticChain diagnostics, Map<Object, Object> context)