Uses of Class
com.luciad.ogc.wfs.common.model.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
Modifier and TypeMethodDescriptionILcdWFSFeatureType.getMetadataURL
(int aIndex) Returns the metadata URL at the specified index.TLcdWFSFeatureType.getMetadataURL
(int aIndex) Modifier 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
Modifier and TypeMethodDescriptionTLcdWFSFeatureType.getMetadataURL
(int aIndex) Gets the metadata url at a given position.Modifier and TypeMethodDescriptionvoid
TLcdWFSFeatureType.addMetadataURL
(TLcdWFSMetadataURL aMetadataURL) Adds a metadata url for the data associated to this feature type.