Uses of Class
com.luciad.ogc.csw.model.TLcdCSWElementSet
Packages that use TLcdCSWElementSet
Package
Description
Provides API for modeling OGC Catalog Service domain concepts.
-
Uses of TLcdCSWElementSet in com.luciad.ogc.csw.model
Fields in com.luciad.ogc.csw.model declared as TLcdCSWElementSetModifier 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.Methods in com.luciad.ogc.csw.model that return TLcdCSWElementSetModifier and TypeMethodDescriptionTLcdCSWSearchResults.getElementSet()
Returns the value of the property that maps to theelementSet
attribute.Methods in com.luciad.ogc.csw.model that return types with arguments of type TLcdCSWElementSetModifier and TypeMethodDescriptionstatic Map
<String, TLcdCSWElementSet> TLcdCSWElementSet.getWellKnownValues()
Returns a map containing all well known values of this class.Methods in com.luciad.ogc.csw.model with parameters of type TLcdCSWElementSetModifier and TypeMethodDescriptionvoid
TLcdCSWSearchResults.setElementSet
(TLcdCSWElementSet aValue) Sets the value of the property that maps to theelementSet
attribute.Constructors in com.luciad.ogc.csw.model with parameters of type TLcdCSWElementSetModifierConstructorDescriptionTLcdCSWElementSetName
(TLcdCSWElementSet aElementSet) Creates a new element set name with the given TLcdCSWElementSet.