Package com.luciad.ogc.ows.model
Class TLcdOWSBasicIdentification
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDescription
com.luciad.ogc.ows.model.TLcdOWSBasicIdentification
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdOWSIdentification,TLcdOWSManifest,TLcdOWSReferenceGroup
Basic metadata identifying and describing a set of
data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractelement.static final TLcdDataPropertyData property that maps to theIdentifierelement.static final TLcdDataPropertyData property that maps to theKeywordselement.static final TLcdDataPropertyData property that maps to theMetadataelement.static final TLcdDataPropertyData property that maps to theTitleelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractelement.Returns the value of the property that maps to theIdentifierelement.Returns the value of the property that maps to theKeywordselement.Returns the value of the property that maps to theMetadataelement.Returns the value of the property that maps to theTitleelement.voidsetIdentifier(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifierelement.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSDescription
addKeywords, getAbstract, getKeywords, getKeywordsCount, getTitle, removeKeywords, setAbstract, setTitle
-
Field Details
-
IDENTIFIER_PROPERTY
Data property that maps to theIdentifierelement. The possible values for this property are instances ofTLcdOWSCode. -
METADATA_PROPERTY
Data property that maps to theMetadataelement. The possible values for this property are instances ofList<TLcdOWSMetadata>. -
TITLE_PROPERTY
Data property that maps to theTitleelement. The possible values for this property are instances ofList<TLcdOWSLanguageString>. -
ABSTRACT_PROPERTY
Data property that maps to theAbstractelement. The possible values for this property are instances ofList<TLcdOWSLanguageString>. -
KEYWORDS_PROPERTY
Data property that maps to theKeywordselement. The possible values for this property are instances ofList<TLcdOWSKeywords>.
-
-
Constructor Details
-
TLcdOWSBasicIdentification
public TLcdOWSBasicIdentification() -
TLcdOWSBasicIdentification
-
-
Method Details
-
getIdentifier
Returns the value of the property that maps to theIdentifierelement.Unique identifier or name of this dataset.
- Returns:
- the value of the
IDENTIFIER_PROPERTYproperty.
-
setIdentifier
Sets the value of the property that maps to theIdentifierelement.Unique identifier or name of this dataset.
- Parameters:
aValue- the value to set for theIDENTIFIER_PROPERTYproperty.
-
getMetadata
Returns the value of the property that maps to theMetadataelement.- Returns:
- the value of the
METADATA_PROPERTYproperty.
-
getTitles
Returns the value of the property that maps to theTitleelement.Title of this resource, normally used for display to humans.
- Returns:
- the value of the
TITLE_PROPERTYproperty.
-
getAbstracts
Returns the value of the property that maps to theAbstractelement.Brief narrative description of this resource, normally used for display to humans.
- Returns:
- the value of the
ABSTRACT_PROPERTYproperty.
-
getKeywords
Returns the value of the property that maps to theKeywordselement.- Returns:
- the value of the
KEYWORDS_PROPERTYproperty.
-