Uses of Interface
net.opengis.wcs10.OnlineResourceType
Packages that use OnlineResourceType
Package
Description
-
Uses of OnlineResourceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return OnlineResourceTypeModifier and TypeMethodDescriptionWcs10Factory.createOnlineResourceType()
Returns a new object of class 'Online Resource Type'.ContactType.getOnlineResource()
Returns the value of the 'Online Resource' containment reference.GetType.getOnlineResource()
Returns the value of the 'Online Resource' containment reference.PostType.getOnlineResource()
Returns the value of the 'Online Resource' containment reference.Methods in net.opengis.wcs10 with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionvoid
ContactType.setOnlineResource
(OnlineResourceType value) Sets the value of the 'Online Resource
' containment reference.void
GetType.setOnlineResource
(OnlineResourceType value) Sets the value of the 'Online Resource
' containment reference.void
PostType.setOnlineResource
(OnlineResourceType value) Sets the value of the 'Online Resource
' containment reference. -
Uses of OnlineResourceType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement OnlineResourceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Online Resource Type'.Fields in net.opengis.wcs10.impl declared as OnlineResourceTypeModifier and TypeFieldDescriptionprotected OnlineResourceType
ContactTypeImpl.onlineResource
The cached value of the 'Online Resource
' containment reference.protected OnlineResourceType
GetTypeImpl.onlineResource
The cached value of the 'Online Resource
' containment reference.protected OnlineResourceType
PostTypeImpl.onlineResource
The cached value of the 'Online Resource
' containment reference.Methods in net.opengis.wcs10.impl that return OnlineResourceTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createOnlineResourceType()
ContactTypeImpl.getOnlineResource()
GetTypeImpl.getOnlineResource()
PostTypeImpl.getOnlineResource()
Methods in net.opengis.wcs10.impl with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionNotificationChain
ContactTypeImpl.basicSetOnlineResource
(OnlineResourceType newOnlineResource, NotificationChain msgs) NotificationChain
GetTypeImpl.basicSetOnlineResource
(OnlineResourceType newOnlineResource, NotificationChain msgs) NotificationChain
PostTypeImpl.basicSetOnlineResource
(OnlineResourceType newOnlineResource, NotificationChain msgs) void
ContactTypeImpl.setOnlineResource
(OnlineResourceType newOnlineResource) void
GetTypeImpl.setOnlineResource
(OnlineResourceType newOnlineResource) void
PostTypeImpl.setOnlineResource
(OnlineResourceType newOnlineResource) -
Uses of OnlineResourceType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionWcs10Switch.caseOnlineResourceType
(OnlineResourceType object) Returns the result of interpreting the object as an instance of 'Online Resource Type'. -
Uses of OnlineResourceType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionboolean
ContactTypeValidator.validateOnlineResource
(OnlineResourceType value) boolean
GetTypeValidator.validateOnlineResource
(OnlineResourceType value) boolean
PostTypeValidator.validateOnlineResource
(OnlineResourceType value)