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 TypeMethodDescriptionvoidTLcdOWSDescription.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 TypeMethodDescriptionvoidTLcdWCSCoverageOfferingBrief.addKeywords(TLcdOWSKeywords aKeywords) Adds a keyword list.voidTLcdWCSService.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 TypeMethodDescriptionvoidTLcdWFSFeatureType.addKeywords(TLcdOWSKeywords aKeywords) Adds a keyword list.voidTLcdWFSGMLObjectType.addKeywords(TLcdOWSKeywords aKeywords) Adds a keyword list.