Uses of Class
com.luciad.ogc.ows.model.TLcdOWSKeywords
Packages that use 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
Methods in com.luciad.ogc.ows.model that return TLcdOWSKeywordsModifier and TypeMethodDescriptionTLcdOWSDescription.getKeywords
(int aIndex) Gets the keyword list at a given position.Methods in com.luciad.ogc.ows.model with parameters of type TLcdOWSKeywordsModifier and TypeMethodDescriptionvoid
TLcdOWSDescription.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list. -
Uses of TLcdOWSKeywords in com.luciad.ogc.wcs.common.model
Methods in com.luciad.ogc.wcs.common.model that return TLcdOWSKeywordsModifier 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.Methods in com.luciad.ogc.wcs.common.model with parameters of type TLcdOWSKeywordsModifier 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
Methods in com.luciad.ogc.wfs.common.model that return TLcdOWSKeywordsModifier 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.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdOWSKeywordsModifier and TypeMethodDescriptionvoid
TLcdWFSFeatureType.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list.void
TLcdWFSGMLObjectType.addKeywords
(TLcdOWSKeywords aKeywords) Adds a keyword list.