Uses of Class
com.luciad.ogc.csw.model.TLcdCSWElementSet
Package
Description
Provides API for modeling OGC Catalog Service domain concepts.
-
Uses of TLcdCSWElementSet in com.luciad.ogc.csw.model
Modifier and TypeFieldDescriptionstatic final TLcdCSWElementSet
TLcdCSWElementSet.BRIEF
A brief representation of the record format.static final TLcdCSWElementSet
TLcdCSWElementSet.FULL
The full record.static final TLcdCSWElementSet
TLcdCSWElementSet.SUMMARY
A summary representation of the record format.Modifier and TypeMethodDescriptionTLcdCSWSearchResults.getElementSet()
Returns the value of the property that maps to theelementSet
attribute.Modifier and TypeMethodDescriptionstatic Map
<String, TLcdCSWElementSet> TLcdCSWElementSet.getWellKnownValues()
Returns a map containing all well known values of this class.Modifier and TypeMethodDescriptionvoid
TLcdCSWSearchResults.setElementSet
(TLcdCSWElementSet aValue) Sets the value of the property that maps to theelementSet
attribute.ModifierConstructorDescriptionTLcdCSWElementSetName
(TLcdCSWElementSet aElementSet) Creates a new element set name with the given TLcdCSWElementSet.