Uses of Interface
net.opengis.wcs20.ServiceMetadataType
-
Packages that use ServiceMetadataType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ServiceMetadataType in net.opengis.wcs20
Methods in net.opengis.wcs20 that return ServiceMetadataType Modifier and Type Method Description ServiceMetadataType
Wcs20Factory. createServiceMetadataType()
Returns a new object of class 'Service Metadata Type'.ServiceMetadataType
CapabilitiesType. getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.ServiceMetadataType
CoverageOfferingsType. getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.ServiceMetadataType
DocumentRoot. getServiceMetadata()
Returns the value of the 'Service Metadata' containment reference.Methods in net.opengis.wcs20 with parameters of type ServiceMetadataType Modifier and Type Method Description void
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 ServiceMetadataType Modifier and Type Class Description class
ServiceMetadataTypeImpl
An implementation of the model object 'Service Metadata Type'.Fields in net.opengis.wcs20.impl declared as ServiceMetadataType Modifier and Type Field Description protected 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 ServiceMetadataType Modifier and Type Method Description ServiceMetadataType
Wcs20FactoryImpl. createServiceMetadataType()
ServiceMetadataType
CapabilitiesTypeImpl. getServiceMetadata()
ServiceMetadataType
CoverageOfferingsTypeImpl. getServiceMetadata()
ServiceMetadataType
DocumentRootImpl. getServiceMetadata()
Methods in net.opengis.wcs20.impl with parameters of type ServiceMetadataType Modifier and Type Method Description NotificationChain
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 ServiceMetadataType Modifier and Type Method Description boolean
Wcs20Validator. validateServiceMetadataType(ServiceMetadataType serviceMetadataType, DiagnosticChain diagnostics, Map<Object,Object> context)
-