Uses of Class
com.luciad.ogc.ows.model.TLcdOWSKeywords
Package
Description
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.
Model of an OGC Web Coverage Service (WCS), used by the WCS client API in
com.luciad.ogc.wcs.client.
Model of an OGC Web Feature Service (WFS), used by the WFS client API in
com.luciad.ogc.wfs.client.
-
Uses of TLcdOWSKeywords in com.luciad.ogc.ows.model
Modifier and TypeMethodDescriptionTLcdOWSDescription.getKeywords
(int aIndex) Gets the keyword list at a given position.Modifier and TypeMethodDescriptionvoid
TLcdOWSDescription.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list. -
Uses of TLcdOWSKeywords in com.luciad.ogc.wcs.common.model
Modifier and TypeMethodDescriptionTLcdWCSCoverageOfferingBrief.getKeywords
(int aIndex) Gets the keyword list at a given position.TLcdWCSService.getKeywords
(int aIndex) Gets the keyword list at a given position.Modifier and TypeMethodDescriptionvoid
TLcdWCSCoverageOfferingBrief.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list.void
TLcdWCSService.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list. -
Uses of TLcdOWSKeywords in com.luciad.ogc.wfs.common.model
Modifier and TypeMethodDescriptionTLcdWFSFeatureType.getKeywords
(int aIndex) Gets the keyword list at a given position.TLcdWFSGMLObjectType.getKeywords
(int aIndex) Gets the keyword list at a given position.Modifier and TypeMethodDescriptionvoid
TLcdWFSFeatureType.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list.void
TLcdWFSGMLObjectType.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list.