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
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theAbstract
element.static final TLcdDataProperty
Data property that maps to theBoundingBox
element.static final TLcdDataProperty
Data property that maps to theDatasetDescriptionSummary
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.static final TLcdDataProperty
Data property that maps to theWGS84BoundingBox
element. -
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theAbstract
element.Returns the value of the property that maps to theBoundingBox
element.Returns the value of the property that maps to theDatasetDescriptionSummary
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.Returns the value of the property that maps to theWGS84BoundingBox
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
-
WGS84_BOUNDING_BOX_PROPERTY
Data property that maps to theWGS84BoundingBox
element. The possible values for this property are instances ofList<TLcdOWSWGS84BoundingBox>
. -
IDENTIFIER_PROPERTY
Data property that maps to theIdentifier
element. The possible values for this property are instances ofTLcdOWSCode
. -
BOUNDING_BOX_PROPERTY
Data property that maps to theBoundingBox
element. The possible values for this property are instances ofList<TLcdOWSBoundingBox>
. -
METADATA_PROPERTY
Data property that maps to theMetadata
element. The possible values for this property are instances ofList<TLcdOWSMetadata>
. -
DATASET_DESCRIPTION_SUMMARY_PROPERTY
Data property that maps to theDatasetDescriptionSummary
element. The possible values for this property are instances ofList<TLcdOWSDatasetDescriptionSummaryBase>
. -
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
-
TLcdOWSDatasetDescriptionSummaryBase
public TLcdOWSDatasetDescriptionSummaryBase() -
TLcdOWSDatasetDescriptionSummaryBase
-
-
Method Details
-
getWGS84BoundingBox
Returns the value of the property that maps to theWGS84BoundingBox
element.- Returns:
- the value of the
WGS84_BOUNDING_BOX_PROPERTY
property.
-
getIdentifier
Returns the value of the property that maps to theIdentifier
element.Unambiguous identifier or name of this coverage, unique for this server.
- Returns:
- the value of the
IDENTIFIER_PROPERTY
property.
-
setIdentifier
Sets the value of the property that maps to theIdentifier
element.Unambiguous identifier or name of this coverage, unique for this server.
- Parameters:
aValue
- the value to set for theIDENTIFIER_PROPERTY
property.
-
getBoundingBox
Returns the value of the property that maps to theBoundingBox
element.- Returns:
- the value of the
BOUNDING_BOX_PROPERTY
property.
-
getMetadata
Returns the value of the property that maps to theMetadata
element.- Returns:
- the value of the
METADATA_PROPERTY
property.
-
getDatasetDescriptionSummary
Returns the value of the property that maps to theDatasetDescriptionSummary
element.- Returns:
- the value of the
DATASET_DESCRIPTION_SUMMARY_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.
-