Uses of Interface
net.opengis.ows11.OnlineResourceType
Packages that use OnlineResourceType
-
Uses of OnlineResourceType in net.opengis.ows11
Subinterfaces of OnlineResourceType in net.opengis.ows11Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Request Method Type'.Methods in net.opengis.ows11 that return OnlineResourceTypeModifier and TypeMethodDescriptionOws11Factory.createOnlineResourceType()
Returns a new object of class 'Online Resource Type'.ContactType.getOnlineResource()
Returns the value of the 'Online Resource' containment reference.ServiceProviderType.getProviderSite()
Returns the value of the 'Provider Site' containment reference.Methods in net.opengis.ows11 with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionvoid
ContactType.setOnlineResource
(OnlineResourceType value) Sets the value of the 'Online Resource
' containment reference.void
ServiceProviderType.setProviderSite
(OnlineResourceType value) Sets the value of the 'Provider Site
' containment reference. -
Uses of OnlineResourceType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement OnlineResourceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Online Resource Type'.class
An implementation of the model object 'Request Method Type'.Fields in net.opengis.ows11.impl declared as OnlineResourceTypeModifier and TypeFieldDescriptionprotected OnlineResourceType
ContactTypeImpl.onlineResource
The cached value of the 'Online Resource
' containment reference.protected OnlineResourceType
ServiceProviderTypeImpl.providerSite
The cached value of the 'Provider Site
' containment reference.Methods in net.opengis.ows11.impl that return OnlineResourceTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createOnlineResourceType()
ContactTypeImpl.getOnlineResource()
ServiceProviderTypeImpl.getProviderSite()
Methods in net.opengis.ows11.impl with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionNotificationChain
ContactTypeImpl.basicSetOnlineResource
(OnlineResourceType newOnlineResource, NotificationChain msgs) NotificationChain
ServiceProviderTypeImpl.basicSetProviderSite
(OnlineResourceType newProviderSite, NotificationChain msgs) void
ContactTypeImpl.setOnlineResource
(OnlineResourceType newOnlineResource) void
ServiceProviderTypeImpl.setProviderSite
(OnlineResourceType newProviderSite) -
Uses of OnlineResourceType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionOws11Switch.caseOnlineResourceType
(OnlineResourceType object) Returns the result of interpreting the object as an instance of 'Online Resource Type'.boolean
Ows11Validator.validateOnlineResourceType
(OnlineResourceType onlineResourceType, DiagnosticChain diagnostics, Map context) -
Uses of OnlineResourceType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionboolean
ContactTypeValidator.validateOnlineResource
(OnlineResourceType value) boolean
ServiceProviderTypeValidator.validateProviderSite
(OnlineResourceType value) -
Uses of OnlineResourceType in net.opengis.wmts.v_1
Subinterfaces of OnlineResourceType in net.opengis.wmts.v_1Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Legend URL Type'.Methods in net.opengis.wmts.v_1 that return types with arguments of type OnlineResourceTypeModifier and TypeMethodDescriptionEList<OnlineResourceType>
CapabilitiesType.getServiceMetadataURL()
Returns the value of the 'Service Metadata URL' containment reference list.EList<OnlineResourceType>
CapabilitiesType.getWSDL()
Returns the value of the 'WSDL' containment reference list. -
Uses of OnlineResourceType in net.opengis.wmts.v_1.impl
Classes in net.opengis.wmts.v_1.impl that implement OnlineResourceTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Legend URL Type'.Fields in net.opengis.wmts.v_1.impl with type parameters of type OnlineResourceTypeModifier and TypeFieldDescriptionprotected EList<OnlineResourceType>
CapabilitiesTypeImpl.serviceMetadataURL
The cached value of the 'Service Metadata URL
' containment reference list.protected EList<OnlineResourceType>
CapabilitiesTypeImpl.wSDL
The cached value of the 'WSDL
' containment reference list.Methods in net.opengis.wmts.v_1.impl that return types with arguments of type OnlineResourceTypeModifier and TypeMethodDescriptionEList<OnlineResourceType>
CapabilitiesTypeImpl.getServiceMetadataURL()
EList<OnlineResourceType>
CapabilitiesTypeImpl.getWSDL()
-
Uses of OnlineResourceType in net.opengis.wmts.v_1.util
Methods in net.opengis.wmts.v_1.util with parameters of type OnlineResourceTypeModifier and TypeMethodDescriptionwmtsv_1Switch.caseOnlineResourceType
(OnlineResourceType object) Returns the result of interpreting the object as an instance of 'Online Resource Type'. -
Uses of OnlineResourceType in org.geotools.metadata.iso.citation
Constructors in org.geotools.metadata.iso.citation with parameters of type OnlineResourceType