Package com.luciad.ogc.ows.model
Class TLcdOWSDatasetDescriptionSummaryBase
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSDescription
com.luciad.ogc.ows.model.TLcdOWSDatasetDescriptionSummaryBase
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Typical dataset metadata in typical Contents section of
an OWS service metadata (Capabilities) document. This type shall be
extended and/or restricted if needed for specific OWS use, to include
the specific Dataset description metadata needed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theAbstractelement.static final TLcdDataPropertyData property that maps to theBoundingBoxelement.static final TLcdDataPropertyData property that maps to theDatasetDescriptionSummaryelement.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.static final TLcdDataPropertyData property that maps to theWGS84BoundingBoxelement. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstractelement.Returns the value of the property that maps to theBoundingBoxelement.Returns the value of the property that maps to theDatasetDescriptionSummaryelement.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.Returns the value of the property that maps to theWGS84BoundingBoxelement.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
-
WGS84_BOUNDING_BOX_PROPERTY
Data property that maps to theWGS84BoundingBoxelement. The possible values for this property are instances ofList<TLcdOWSWGS84BoundingBox>. -
IDENTIFIER_PROPERTY
Data property that maps to theIdentifierelement. The possible values for this property are instances ofTLcdOWSCode. -
BOUNDING_BOX_PROPERTY
Data property that maps to theBoundingBoxelement. The possible values for this property are instances ofList<TLcdOWSBoundingBox>. -
METADATA_PROPERTY
Data property that maps to theMetadataelement. The possible values for this property are instances ofList<TLcdOWSMetadata>. -
DATASET_DESCRIPTION_SUMMARY_PROPERTY
Data property that maps to theDatasetDescriptionSummaryelement. The possible values for this property are instances ofList<TLcdOWSDatasetDescriptionSummaryBase>. -
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
-
TLcdOWSDatasetDescriptionSummaryBase
public TLcdOWSDatasetDescriptionSummaryBase() -
TLcdOWSDatasetDescriptionSummaryBase
-
-
Method Details
-
getWGS84BoundingBox
Returns the value of the property that maps to theWGS84BoundingBoxelement.- Returns:
- the value of the
WGS84_BOUNDING_BOX_PROPERTYproperty.
-
getIdentifier
Returns the value of the property that maps to theIdentifierelement.Unambiguous identifier or name of this coverage, unique for this server.
- Returns:
- the value of the
IDENTIFIER_PROPERTYproperty.
-
setIdentifier
Sets the value of the property that maps to theIdentifierelement.Unambiguous identifier or name of this coverage, unique for this server.
- Parameters:
aValue- the value to set for theIDENTIFIER_PROPERTYproperty.
-
getBoundingBox
Returns the value of the property that maps to theBoundingBoxelement.- Returns:
- the value of the
BOUNDING_BOX_PROPERTYproperty.
-
getMetadata
Returns the value of the property that maps to theMetadataelement.- Returns:
- the value of the
METADATA_PROPERTYproperty.
-
getDatasetDescriptionSummary
Returns the value of the property that maps to theDatasetDescriptionSummaryelement.- Returns:
- the value of the
DATASET_DESCRIPTION_SUMMARY_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.
-