Uses of Class
com.luciad.ogc.ows.model.TLcdOWSServiceIdentification
Packages that use 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
Methods in com.luciad.ogc.csw.server that return TLcdOWSServiceIdentificationModifier 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
Methods in com.luciad.ogc.ows.model that return TLcdOWSServiceIdentificationModifier and TypeMethodDescriptionTLcdOWSCapabilitiesBase.getServiceIdentification()Returns the value of the property that maps to theServiceIdentificationelement.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSServiceIdentificationModifier and TypeMethodDescriptionvoidTLcdOWSCapabilitiesBase.setServiceIdentification(TLcdOWSServiceIdentification aValue) Sets the value of the property that maps to theServiceIdentificationelement. -
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.wcs
Methods in com.luciad.ogc.wcs that return TLcdOWSServiceIdentificationModifier and TypeMethodDescriptionILcdWCSCapabilitiesProvider.getServiceIdentification(ILcdRequest aRequest) Returns theTLcdOWSServiceIdentificationwhich contains metadata about this specific server. -
Uses of TLcdOWSServiceIdentification in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return TLcdOWSServiceIdentificationModifier and TypeMethodDescriptionILcdWFSCapabilitiesProvider.getServiceIdentification(ILcdRequest aRequest) Returns theTLcdOWSServiceIdentificationwhich contains metadata about this specific server.