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 ServiceType
Wcs10Factory. createServiceType()
Returns a new object of class 'Service Type'.ServiceType
DocumentRoot. getService()
Returns the value of the 'Service' containment reference.ServiceType
WCSCapabilitiesType. getService()
Returns the value of the 'Service' containment reference.Methods in net.opengis.wcs10 with parameters of type ServiceType Modifier and Type Method Description void
DocumentRoot. setService(ServiceType value)
Sets the value of the 'Service
' containment reference.void
WCSCapabilitiesType. 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 class
ServiceTypeImpl
An implementation of the model object 'Service Type'.Fields in net.opengis.wcs10.impl declared as ServiceType Modifier and Type Field Description protected ServiceType
WCSCapabilitiesTypeImpl. service
The cached value of the 'Service
' containment reference.Methods in net.opengis.wcs10.impl that return ServiceType Modifier and Type Method Description ServiceType
Wcs10FactoryImpl. createServiceType()
ServiceType
DocumentRootImpl. getService()
ServiceType
WCSCapabilitiesTypeImpl. getService()
Methods in net.opengis.wcs10.impl with parameters of type ServiceType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetService(ServiceType newService, NotificationChain msgs)
NotificationChain
WCSCapabilitiesTypeImpl. basicSetService(ServiceType newService, NotificationChain msgs)
void
DocumentRootImpl. setService(ServiceType newService)
void
WCSCapabilitiesTypeImpl. 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 Object
Wcs10Switch. 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 boolean
DocumentRootValidator. validateService(ServiceType value)
boolean
WCSCapabilitiesTypeValidator. validateService(ServiceType value)
-