Uses of Class
com.luciad.ogc.ows.model.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
Modifier 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
Modifier and TypeMethodDescriptionTLcdOWSCapabilitiesBase.getServiceProvider()
Returns the value of the property that maps to theServiceProvider
element.Modifier and TypeMethodDescriptionvoid
TLcdOWSCapabilitiesBase.setServiceProvider
(TLcdOWSServiceProvider aValue) Sets the value of the property that maps to theServiceProvider
element. -
Uses of TLcdOWSServiceProvider in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionILcdWCSCapabilitiesProvider.getServiceProvider
(ILcdRequest aRequest) Returns theTLcdOWSServiceProvider
which contains metadata about the organization operating this server. -
Uses of TLcdOWSServiceProvider in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionALcdOGCWFSCommandDispatcherFactory.createServiceProvider()
Deprecated.ILcdWFSCapabilitiesProvider.getServiceProvider
(ILcdRequest aRequest) Returns theTLcdOWSServiceProvider
which contains metadata about the organization operating this server. -
Uses of TLcdOWSServiceProvider in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionALcdOGCWMSService.getContactInformation()
Returns anTLcdOWSServiceProvider
containing the contact information of the service ornull
if noTLcdOWSServiceProvider
was configured -
Uses of TLcdOWSServiceProvider in com.luciad.wms.server.model
Modifier and TypeMethodDescriptionALcdWMSServiceMetaData.getContactInformation()
Returns anTLcdOWSServiceProvider
containing the contact information of the service ornull
if noTLcdOWSServiceProvider
was configured.TLcdWMSServiceMetaData.getContactInformation()
Modifier and TypeMethodDescriptionvoid
TLcdWMSServiceMetaData.setContactInformation
(TLcdOWSServiceProvider aContactInformation) Sets theTLcdOWSServiceProvider
containing the contact information of the service.
ILcdWFSCapabilitiesProvider
.