Uses of Interface
net.opengis.wcs10.ServiceType
-
Packages that use ServiceType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of ServiceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return ServiceType Modifier and Type Method Description ServiceTypeWcs10Factory. createServiceType()Returns a new object of class 'Service Type'.ServiceTypeDocumentRoot. getService()Returns the value of the 'Service' containment reference.ServiceTypeWCSCapabilitiesType. getService()Returns the value of the 'Service' containment reference.Methods in net.opengis.wcs10 with parameters of type ServiceType Modifier and Type Method Description voidDocumentRoot. setService(ServiceType value)Sets the value of the 'Service' containment reference.voidWCSCapabilitiesType. setService(ServiceType value)Sets the value of the 'Service' containment reference. -
Uses of ServiceType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement ServiceType Modifier and Type Class Description classServiceTypeImplAn implementation of the model object 'Service Type'.Fields in net.opengis.wcs10.impl declared as ServiceType Modifier and Type Field Description protected ServiceTypeWCSCapabilitiesTypeImpl. serviceThe cached value of the 'Service' containment reference.Methods in net.opengis.wcs10.impl that return ServiceType Modifier and Type Method Description ServiceTypeWcs10FactoryImpl. createServiceType()ServiceTypeDocumentRootImpl. getService()ServiceTypeWCSCapabilitiesTypeImpl. getService()Methods in net.opengis.wcs10.impl with parameters of type ServiceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetService(ServiceType newService, NotificationChain msgs)NotificationChainWCSCapabilitiesTypeImpl. basicSetService(ServiceType newService, NotificationChain msgs)voidDocumentRootImpl. setService(ServiceType newService)voidWCSCapabilitiesTypeImpl. setService(ServiceType newService) -
Uses of ServiceType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type ServiceType Modifier and Type Method Description ObjectWcs10Switch. caseServiceType(ServiceType object)Returns the result of interpreting the object as an instance of 'Service Type'. -
Uses of ServiceType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type ServiceType Modifier and Type Method Description booleanDocumentRootValidator. validateService(ServiceType value)booleanWCSCapabilitiesTypeValidator. validateService(ServiceType value)
-