Uses of Class
com.luciad.format.metadata.dc.model.TLcdDCElemSimpleLiteral
Packages that use TLcdDCElemSimpleLiteral
Package
Description
Provides API for modeling OGC Catalog Service domain concepts.
-
Uses of TLcdDCElemSimpleLiteral in com.luciad.ogc.csw.model
Methods in com.luciad.ogc.csw.model that return TLcdDCElemSimpleLiteralModifier and TypeMethodDescriptionTLcdCSWDCMIRecord.getElement
(QName aElementName) Convenience operation that returns the first DC term with the given name.TLcdCSWBriefRecord.getType()
Returns the value of the property that maps to thetype
element.TLcdCSWSummaryRecord.getType()
Returns the value of the property that maps to thetype
element.Methods in com.luciad.ogc.csw.model that return types with arguments of type TLcdDCElemSimpleLiteralModifier and TypeMethodDescriptionTLcdCSWSummaryRecord.getAbstract()
Returns the value of the property that maps to theabstract
element.TLcdCSWSummaryRecord.getFormat()
Returns the value of the property that maps to theformat
element.TLcdCSWBriefRecord.getIdentifier()
Returns the value of the property that maps to theidentifier
element.TLcdCSWSummaryRecord.getIdentifier()
Returns the value of the property that maps to theidentifier
element.TLcdCSWSummaryRecord.getModified()
Returns the value of the property that maps to themodified
element.TLcdCSWSummaryRecord.getRelation()
Returns the value of the property that maps to therelation
element.TLcdCSWSummaryRecord.getSpatial()
Returns the value of the property that maps to thespatial
element.TLcdCSWSummaryRecord.getSubject()
Returns the value of the property that maps to thesubject
element.TLcdCSWBriefRecord.getTitle()
Returns the value of the property that maps to thetitle
element.TLcdCSWSummaryRecord.getTitle()
Returns the value of the property that maps to thetitle
element.Methods in com.luciad.ogc.csw.model with parameters of type TLcdDCElemSimpleLiteralModifier and TypeMethodDescriptionvoid
TLcdCSWBriefRecord.setType
(TLcdDCElemSimpleLiteral aValue) Sets the value of the property that maps to thetype
element.void
TLcdCSWSummaryRecord.setType
(TLcdDCElemSimpleLiteral aValue) Sets the value of the property that maps to thetype
element.