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 TypeMethodDescriptionvoidContactType.setOnlineResource(OnlineResourceType value) Sets the value of the 'Online Resource' containment reference.voidGetType.setOnlineResource(OnlineResourceType value) Sets the value of the 'Online Resource' containment reference.voidPostType.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 TypeClassDescriptionclassAn implementation of the model object 'Online Resource Type'.Fields in net.opengis.wcs10.impl declared as OnlineResourceTypeModifier and TypeFieldDescriptionprotected OnlineResourceTypeContactTypeImpl.onlineResourceThe cached value of the 'Online Resource' containment reference.protected OnlineResourceTypeGetTypeImpl.onlineResourceThe cached value of the 'Online Resource' containment reference.protected OnlineResourceTypePostTypeImpl.onlineResourceThe 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 TypeMethodDescriptionNotificationChainContactTypeImpl.basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs) NotificationChainGetTypeImpl.basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs) NotificationChainPostTypeImpl.basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs) voidContactTypeImpl.setOnlineResource(OnlineResourceType newOnlineResource) voidGetTypeImpl.setOnlineResource(OnlineResourceType newOnlineResource) voidPostTypeImpl.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 TypeMethodDescriptionbooleanContactTypeValidator.validateOnlineResource(OnlineResourceType value) booleanGetTypeValidator.validateOnlineResource(OnlineResourceType value) booleanPostTypeValidator.validateOnlineResource(OnlineResourceType value)