Uses of Class
com.luciad.ogc.ows.model.TLcdOWSServiceProvider
Packages that use TLcdOWSServiceProvider
Package
Description
Provides API for implementing an OGC Catalog Service.
This package contains an implementation of the OGC Web Service (OWS) common specification
version 1.0 and 1.1.0, as described respectively in OGC documents 05-008c1 and 06-121r3.
Implementation of the OGC Web Coverage Service (WCS) specification.
Implementation of the OGC Web Feature Service (WFS) specification.
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
Modeling of server capabilities.
-
Uses of TLcdOWSServiceProvider in com.luciad.ogc.csw.server
Methods in com.luciad.ogc.csw.server that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionILcdCSWCapabilitiesProvider.createServiceProvider(ILcdRequest aRequest) Returns the general service info/metadata that will appear in the server's capabilities document. -
Uses of TLcdOWSServiceProvider in com.luciad.ogc.ows.model
Methods in com.luciad.ogc.ows.model that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionTLcdOWSCapabilitiesBase.getServiceProvider()Returns the value of the property that maps to theServiceProviderelement.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSServiceProviderModifier and TypeMethodDescriptionvoidTLcdOWSCapabilitiesBase.setServiceProvider(TLcdOWSServiceProvider aValue) Sets the value of the property that maps to theServiceProviderelement. -
Uses of TLcdOWSServiceProvider in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionILcdWCSCapabilitiesProvider.getServiceProvider(ILcdRequest aRequest) Returns theTLcdOWSServiceProviderwhich contains metadata about the organization operating this server. -
Uses of TLcdOWSServiceProvider in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createServiceProvider()Deprecated.ILcdWFSCapabilitiesProvider.getServiceProvider(ILcdRequest aRequest) Returns theTLcdOWSServiceProviderwhich contains metadata about the organization operating this server. -
Uses of TLcdOWSServiceProvider in com.luciad.wms.client.model
Methods in com.luciad.wms.client.model that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionALcdOGCWMSService.getContactInformation()Returns anTLcdOWSServiceProvidercontaining the contact information of the service ornullif noTLcdOWSServiceProviderwas configured -
Uses of TLcdOWSServiceProvider in com.luciad.wms.server.model
Methods in com.luciad.wms.server.model that return TLcdOWSServiceProviderModifier and TypeMethodDescriptionALcdWMSServiceMetaData.getContactInformation()Returns anTLcdOWSServiceProvidercontaining the contact information of the service ornullif noTLcdOWSServiceProviderwas configured.TLcdWMSServiceMetaData.getContactInformation()Methods in com.luciad.wms.server.model with parameters of type TLcdOWSServiceProviderModifier and TypeMethodDescriptionvoidTLcdWMSServiceMetaData.setContactInformation(TLcdOWSServiceProvider aContactInformation) Sets theTLcdOWSServiceProvidercontaining the contact information of the service.
ILcdWFSCapabilitiesProvider.