Uses of Interface
net.opengis.ows11.OnlineResourceType
- 
Packages that use OnlineResourceType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation net.opengis.wmts.v_1 net.opengis.wmts.v_1.impl net.opengis.wmts.v_1.util org.geotools.metadata.iso.citation Citation implementation.
- 
- 
Uses of OnlineResourceType in net.opengis.ows11Subinterfaces of OnlineResourceType in net.opengis.ows11 Modifier and Type Interface Description interfaceRequestMethodTypeA representation of the model object 'Request Method Type'.Methods in net.opengis.ows11 that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeOws11Factory. createOnlineResourceType()Returns a new object of class 'Online Resource Type'.OnlineResourceTypeContactType. getOnlineResource()Returns the value of the 'Online Resource' containment reference.OnlineResourceTypeServiceProviderType. getProviderSite()Returns the value of the 'Provider Site' containment reference.Methods in net.opengis.ows11 with parameters of type OnlineResourceType Modifier and Type Method Description voidContactType. setOnlineResource(OnlineResourceType value)Sets the value of the 'Online Resource' containment reference.voidServiceProviderType. setProviderSite(OnlineResourceType value)Sets the value of the 'Provider Site' containment reference.
- 
Uses of OnlineResourceType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement OnlineResourceType Modifier and Type Class Description classOnlineResourceTypeImplAn implementation of the model object 'Online Resource Type'.classRequestMethodTypeImplAn implementation of the model object 'Request Method Type'.Fields in net.opengis.ows11.impl declared as OnlineResourceType Modifier and Type Field Description protected OnlineResourceTypeContactTypeImpl. onlineResourceThe cached value of the 'Online Resource' containment reference.protected OnlineResourceTypeServiceProviderTypeImpl. providerSiteThe cached value of the 'Provider Site' containment reference.Methods in net.opengis.ows11.impl that return OnlineResourceType Modifier and Type Method Description OnlineResourceTypeOws11FactoryImpl. createOnlineResourceType()OnlineResourceTypeContactTypeImpl. getOnlineResource()OnlineResourceTypeServiceProviderTypeImpl. getProviderSite()Methods in net.opengis.ows11.impl with parameters of type OnlineResourceType Modifier and Type Method Description NotificationChainContactTypeImpl. basicSetOnlineResource(OnlineResourceType newOnlineResource, NotificationChain msgs)NotificationChainServiceProviderTypeImpl. basicSetProviderSite(OnlineResourceType newProviderSite, NotificationChain msgs)voidContactTypeImpl. setOnlineResource(OnlineResourceType newOnlineResource)voidServiceProviderTypeImpl. setProviderSite(OnlineResourceType newProviderSite)
- 
Uses of OnlineResourceType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type OnlineResourceType Modifier and Type Method Description ObjectOws11Switch. caseOnlineResourceType(OnlineResourceType object)Returns the result of interpreting the object as an instance of 'Online Resource Type'.booleanOws11Validator. validateOnlineResourceType(OnlineResourceType onlineResourceType, DiagnosticChain diagnostics, Map context)
- 
Uses of OnlineResourceType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type OnlineResourceType Modifier and Type Method Description booleanContactTypeValidator. validateOnlineResource(OnlineResourceType value)booleanServiceProviderTypeValidator. validateProviderSite(OnlineResourceType value)
- 
Uses of OnlineResourceType in net.opengis.wmts.v_1Subinterfaces of OnlineResourceType in net.opengis.wmts.v_1 Modifier and Type Interface Description interfaceLegendURLTypeA representation of the model object 'Legend URL Type'.Methods in net.opengis.wmts.v_1 that return types with arguments of type OnlineResourceType Modifier and Type Method Description EList<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.implClasses in net.opengis.wmts.v_1.impl that implement OnlineResourceType Modifier and Type Class Description classLegendURLTypeImplAn implementation of the model object 'Legend URL Type'.Fields in net.opengis.wmts.v_1.impl with type parameters of type OnlineResourceType Modifier and Type Field Description protected EList<OnlineResourceType>CapabilitiesTypeImpl. serviceMetadataURLThe cached value of the 'Service Metadata URL' containment reference list.protected EList<OnlineResourceType>CapabilitiesTypeImpl. wSDLThe cached value of the 'WSDL' containment reference list.Methods in net.opengis.wmts.v_1.impl that return types with arguments of type OnlineResourceType Modifier and Type Method Description EList<OnlineResourceType>CapabilitiesTypeImpl. getServiceMetadataURL()EList<OnlineResourceType>CapabilitiesTypeImpl. getWSDL()
- 
Uses of OnlineResourceType in net.opengis.wmts.v_1.utilMethods in net.opengis.wmts.v_1.util with parameters of type OnlineResourceType Modifier and Type Method Description Twmtsv_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.citationConstructors in org.geotools.metadata.iso.citation with parameters of type OnlineResourceType Constructor Description OnLineResourceImpl(OnlineResourceType onlineResource)
 
-