Package com.luciad.ogc.ows.model
Class TLcdOWSContentsBase
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.ogc.ows.model.TLcdOWSContentsBase
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
Contents of 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
metadata needed.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theDatasetDescriptionSummary
element.static final TLcdDataProperty
Data property that maps to theOtherSource
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theDatasetDescriptionSummary
element.Returns the value of the property that maps to theOtherSource
element.
-
Field Details
-
DATASET_DESCRIPTION_SUMMARY_PROPERTY
Data property that maps to theDatasetDescriptionSummary
element. The possible values for this property are instances ofList<TLcdOWSDatasetDescriptionSummaryBase>
. -
OTHER_SOURCE_PROPERTY
Data property that maps to theOtherSource
element. The possible values for this property are instances ofList<TLcdOWSMetadata>
.
-
-
Constructor Details
-
TLcdOWSContentsBase
public TLcdOWSContentsBase() -
TLcdOWSContentsBase
-
-
Method Details
-
getDatasetDescriptionSummary
Returns the value of the property that maps to theDatasetDescriptionSummary
element.- Returns:
- the value of the
DATASET_DESCRIPTION_SUMMARY_PROPERTY
property.
-
getOtherSource
Returns the value of the property that maps to theOtherSource
element.Reference to a source of metadata describing coverage offerings available from this server. This parameter can reference a catalogue server from which dataset metadata is available. This ability is expected to be used by servers with thousands or millions of datasets, for which searching a catalogue is more feasible than fetching a long Capabilities XML document. When no DatasetDescriptionSummaries are included, and one or more catalogue servers are referenced, this set of catalogues shall contain current metadata summaries for all the datasets currently available from this OWS server, with the metadata for each such dataset referencing this OWS server.
- Returns:
- the value of the
OTHER_SOURCE_PROPERTY
property.
-