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 TLcdCSWElementSetTLcdCSWElementSet.BRIEFA brief representation of the record format.static final TLcdCSWElementSetTLcdCSWElementSet.FULLThe full record.static final TLcdCSWElementSetTLcdCSWElementSet.SUMMARYA 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 theelementSetattribute.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 TypeMethodDescriptionvoidTLcdCSWSearchResults.setElementSet(TLcdCSWElementSet aValue) Sets the value of the property that maps to theelementSetattribute.Constructors in com.luciad.ogc.csw.model with parameters of type TLcdCSWElementSetModifierConstructorDescriptionTLcdCSWElementSetName(TLcdCSWElementSet aElementSet) Creates a new element set name with the given TLcdCSWElementSet.