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 thetypeelement.TLcdCSWSummaryRecord.getType()Returns the value of the property that maps to thetypeelement.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 theabstractelement.TLcdCSWSummaryRecord.getFormat()Returns the value of the property that maps to theformatelement.TLcdCSWBriefRecord.getIdentifier()Returns the value of the property that maps to theidentifierelement.TLcdCSWSummaryRecord.getIdentifier()Returns the value of the property that maps to theidentifierelement.TLcdCSWSummaryRecord.getModified()Returns the value of the property that maps to themodifiedelement.TLcdCSWSummaryRecord.getRelation()Returns the value of the property that maps to therelationelement.TLcdCSWSummaryRecord.getSpatial()Returns the value of the property that maps to thespatialelement.TLcdCSWSummaryRecord.getSubject()Returns the value of the property that maps to thesubjectelement.TLcdCSWBriefRecord.getTitle()Returns the value of the property that maps to thetitleelement.TLcdCSWSummaryRecord.getTitle()Returns the value of the property that maps to thetitleelement.Methods in com.luciad.ogc.csw.model with parameters of type TLcdDCElemSimpleLiteralModifier and TypeMethodDescriptionvoidTLcdCSWBriefRecord.setType(TLcdDCElemSimpleLiteral aValue) Sets the value of the property that maps to thetypeelement.voidTLcdCSWSummaryRecord.setType(TLcdDCElemSimpleLiteral aValue) Sets the value of the property that maps to thetypeelement.