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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstract
element.static final TLcdDataProperty
Data property that maps to theIdentifier
element.static final TLcdDataProperty
Data property that maps to theKeywords
element.static final TLcdDataProperty
Data property that maps to theMetadata
element.static final TLcdDataProperty
Data property that maps to theTitle
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstract
element.Returns the value of the property that maps to theIdentifier
element.Returns the value of the property that maps to theKeywords
element.Returns the value of the property that maps to theMetadata
element.Returns the value of the property that maps to theTitle
element.void
setIdentifier
(TLcdOWSCode aValue) Sets the value of the property that maps to theIdentifier
element.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 theIdentifier
element. The possible values for this property are instances ofTLcdOWSCode
. -
METADATA_PROPERTY
Data property that maps to theMetadata
element. The possible values for this property are instances ofList<TLcdOWSMetadata>
. -
TITLE_PROPERTY
Data property that maps to theTitle
element. The possible values for this property are instances ofList<TLcdOWSLanguageString>
. -
ABSTRACT_PROPERTY
Data property that maps to theAbstract
element. The possible values for this property are instances ofList<TLcdOWSLanguageString>
. -
KEYWORDS_PROPERTY
Data property that maps to theKeywords
element. 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 theIdentifier
element.Unique identifier or name of this dataset.
- Returns:
- the value of the
IDENTIFIER_PROPERTY
property.
-
setIdentifier
Sets the value of the property that maps to theIdentifier
element.Unique identifier or name of this dataset.
- Parameters:
aValue
- the value to set for theIDENTIFIER_PROPERTY
property.
-
getMetadata
Returns the value of the property that maps to theMetadata
element.- Returns:
- the value of the
METADATA_PROPERTY
property.
-
getTitles
Returns the value of the property that maps to theTitle
element.Title of this resource, normally used for display to humans.
- Returns:
- the value of the
TITLE_PROPERTY
property.
-
getAbstracts
Returns the value of the property that maps to theAbstract
element.Brief narrative description of this resource, normally used for display to humans.
- Returns:
- the value of the
ABSTRACT_PROPERTY
property.
-
getKeywords
Returns the value of the property that maps to theKeywords
element.- Returns:
- the value of the
KEYWORDS_PROPERTY
property.
-