Uses of Interface
net.opengis.wcs10.OnlineResourceType
-
Packages that use OnlineResourceType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of OnlineResourceType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeWcs10Factory. createOnlineResourceType()Returns a new object of class 'Online Resource Type'.OnlineResourceTypeContactType. getOnlineResource()Returns the value of the 'Online Resource' containment reference.OnlineResourceTypeGetType. getOnlineResource()Returns the value of the 'Online Resource' containment reference.OnlineResourceTypePostType. getOnlineResource()Returns the value of the 'Online Resource' containment reference.Methods in net.opengis.wcs10 with parameters of type OnlineResourceType Modifier and Type Method Description voidContactType. 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 OnlineResourceType Modifier and Type Class Description classOnlineResourceTypeImplAn implementation of the model object 'Online Resource Type'.Fields in net.opengis.wcs10.impl declared as OnlineResourceType Modifier and Type Field Description protected 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 OnlineResourceType Modifier and Type Method Description OnlineResourceTypeWcs10FactoryImpl. createOnlineResourceType()OnlineResourceTypeContactTypeImpl. getOnlineResource()OnlineResourceTypeGetTypeImpl. getOnlineResource()OnlineResourceTypePostTypeImpl. getOnlineResource()Methods in net.opengis.wcs10.impl with parameters of type OnlineResourceType Modifier and Type Method Description NotificationChainContactTypeImpl. 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 OnlineResourceType Modifier and Type Method Description ObjectWcs10Switch. 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 OnlineResourceType Modifier and Type Method Description booleanContactTypeValidator. validateOnlineResource(OnlineResourceType value)booleanGetTypeValidator. validateOnlineResource(OnlineResourceType value)booleanPostTypeValidator. validateOnlineResource(OnlineResourceType value)
-