Uses of Class
com.luciad.ogc.wfs.common.model.TLcdWFSMetadataURL
Packages that use TLcdWFSMetadataURL
Package
Description
Implementation of the OGC Web Feature Service (WFS) specification.
Model of an OGC Web Feature Service (WFS), used by the WFS client API in
com.luciad.ogc.wfs.client.
-
Uses of TLcdWFSMetadataURL in com.luciad.ogc.wfs
Methods in com.luciad.ogc.wfs that return TLcdWFSMetadataURLModifier and TypeMethodDescriptionILcdWFSFeatureType.getMetadataURL
(int aIndex) Returns the metadata URL at the specified index.TLcdWFSFeatureType.getMetadataURL
(int aIndex) Methods in com.luciad.ogc.wfs with parameters of type TLcdWFSMetadataURLModifier and TypeMethodDescriptionvoid
TLcdWFSFeatureType.setMetadataURLs
(TLcdWFSMetadataURL[] aMetadataURLs) Sets the metadata URLs associated with this feature type. -
Uses of TLcdWFSMetadataURL in com.luciad.ogc.wfs.common.model
Methods in com.luciad.ogc.wfs.common.model that return TLcdWFSMetadataURLModifier and TypeMethodDescriptionTLcdWFSFeatureType.getMetadataURL
(int aIndex) Gets the metadata url at a given position.Methods in com.luciad.ogc.wfs.common.model with parameters of type TLcdWFSMetadataURLModifier and TypeMethodDescriptionvoid
TLcdWFSFeatureType.addMetadataURL
(TLcdWFSMetadataURL aMetadataURL) Adds a metadata url for the data associated to this feature type.