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 OnlineResourceType
Wcs10Factory. createOnlineResourceType()
Returns a new object of class 'Online Resource Type'.OnlineResourceType
ContactType. getOnlineResource()
Returns the value of the 'Online Resource' containment reference.OnlineResourceType
GetType. getOnlineResource()
Returns the value of the 'Online Resource' containment reference.OnlineResourceType
PostType. 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 void
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 OnlineResourceType Modifier and Type Class Description class
OnlineResourceTypeImpl
An implementation of the model object 'Online Resource Type'.Fields in net.opengis.wcs10.impl declared as OnlineResourceType Modifier and Type Field Description protected 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 OnlineResourceType Modifier and Type Method Description OnlineResourceType
Wcs10FactoryImpl. createOnlineResourceType()
OnlineResourceType
ContactTypeImpl. getOnlineResource()
OnlineResourceType
GetTypeImpl. getOnlineResource()
OnlineResourceType
PostTypeImpl. getOnlineResource()
Methods in net.opengis.wcs10.impl with parameters of type OnlineResourceType Modifier and Type Method Description NotificationChain
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 OnlineResourceType Modifier and Type Method Description Object
Wcs10Switch. 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 boolean
ContactTypeValidator. validateOnlineResource(OnlineResourceType value)
boolean
GetTypeValidator. validateOnlineResource(OnlineResourceType value)
boolean
PostTypeValidator. validateOnlineResource(OnlineResourceType value)
-