Uses of Class
com.luciad.ogc.ows.model.TLcdOWSServiceIdentification
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.
-
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.csw.server
Modifier and TypeMethodDescriptionILcdCSWCapabilitiesProvider.createServiceIdentification
(ILcdRequest aRequest) Returns the general service identification that will appear in the server's capabilities document. -
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionTLcdOWSCapabilitiesBase.getServiceIdentification()
Returns the value of the property that maps to theServiceIdentification
element.Modifier and TypeMethodDescriptionvoid
TLcdOWSCapabilitiesBase.setServiceIdentification
(TLcdOWSServiceIdentification aValue) Sets the value of the property that maps to theServiceIdentification
element. -
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.wcs
Modifier and TypeMethodDescriptionILcdWCSCapabilitiesProvider.getServiceIdentification
(ILcdRequest aRequest) Returns theTLcdOWSServiceIdentification
which contains metadata about this specific server. -
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.wfs
Modifier and TypeMethodDescriptionILcdWFSCapabilitiesProvider.getServiceIdentification
(ILcdRequest aRequest) Returns theTLcdOWSServiceIdentification
which contains metadata about this specific server.