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.wcs20Methods in net.opengis.wcs20 that return ServiceMetadataType Modifier and Type Method Description ServiceMetadataTypeWcs20Factory. createServiceMetadataType()Returns a new object of class 'Service Metadata Type'.ServiceMetadataTypeCapabilitiesType. getServiceMetadata()Returns the value of the 'Service Metadata' containment reference.ServiceMetadataTypeCoverageOfferingsType. getServiceMetadata()Returns the value of the 'Service Metadata' containment reference.ServiceMetadataTypeDocumentRoot. 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 voidCapabilitiesType. setServiceMetadata(ServiceMetadataType value)Sets the value of the 'Service Metadata' containment reference.voidCoverageOfferingsType. setServiceMetadata(ServiceMetadataType value)Sets the value of the 'Service Metadata' containment reference.voidDocumentRoot. setServiceMetadata(ServiceMetadataType value)Sets the value of the 'Service Metadata' containment reference.
- 
Uses of ServiceMetadataType in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement ServiceMetadataType Modifier and Type Class Description classServiceMetadataTypeImplAn implementation of the model object 'Service Metadata Type'.Fields in net.opengis.wcs20.impl declared as ServiceMetadataType Modifier and Type Field Description protected ServiceMetadataTypeCapabilitiesTypeImpl. serviceMetadataThe cached value of the 'Service Metadata' containment reference.protected ServiceMetadataTypeCoverageOfferingsTypeImpl. serviceMetadataThe cached value of the 'Service Metadata' containment reference.Methods in net.opengis.wcs20.impl that return ServiceMetadataType Modifier and Type Method Description ServiceMetadataTypeWcs20FactoryImpl. createServiceMetadataType()ServiceMetadataTypeCapabilitiesTypeImpl. getServiceMetadata()ServiceMetadataTypeCoverageOfferingsTypeImpl. getServiceMetadata()ServiceMetadataTypeDocumentRootImpl. getServiceMetadata()Methods in net.opengis.wcs20.impl with parameters of type ServiceMetadataType Modifier and Type Method Description NotificationChainCapabilitiesTypeImpl. basicSetServiceMetadata(ServiceMetadataType newServiceMetadata, NotificationChain msgs)NotificationChainCoverageOfferingsTypeImpl. basicSetServiceMetadata(ServiceMetadataType newServiceMetadata, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetServiceMetadata(ServiceMetadataType newServiceMetadata, NotificationChain msgs)voidCapabilitiesTypeImpl. setServiceMetadata(ServiceMetadataType newServiceMetadata)voidCoverageOfferingsTypeImpl. setServiceMetadata(ServiceMetadataType newServiceMetadata)voidDocumentRootImpl. setServiceMetadata(ServiceMetadataType newServiceMetadata)
- 
Uses of ServiceMetadataType in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type ServiceMetadataType Modifier and Type Method Description booleanWcs20Validator. validateServiceMetadataType(ServiceMetadataType serviceMetadataType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-