Package net.opengis.ows11
Interface DescriptionType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Subinterfaces:
AxisType
,BasicIdentificationType
,CoverageDescriptionType
,CoverageSummaryType
,DatasetDescriptionSummaryBaseType
,DimensionType
,FieldType
,IdentificationType
,LayerType
,ManifestType
,ReferenceGroupType
,ServiceIdentificationType
,StyleType
,ThemeType
,TileMatrixSetType
,TileMatrixType
- All Known Implementing Classes:
AxisTypeImpl
,BasicIdentificationTypeImpl
,CoverageDescriptionTypeImpl
,CoverageSummaryTypeImpl
,DatasetDescriptionSummaryBaseTypeImpl
,DescriptionTypeImpl
,DimensionTypeImpl
,FieldTypeImpl
,IdentificationTypeImpl
,LayerTypeImpl
,ManifestTypeImpl
,ReferenceGroupTypeImpl
,ServiceIdentificationTypeImpl
,StyleTypeImpl
,ThemeTypeImpl
,TileMatrixSetTypeImpl
,TileMatrixTypeImpl
public interface DescriptionType extends EObject
A representation of the model object 'Description Type'. Human-readable descriptive information for the object it is included within. This type shall be extended if needed for specific OWS use to include additional metadata for each type of information. This type shall not be restricted for a specific OWS to change the multiplicity (or optionality) of some elements. If the xml:lang attribute is not included in a Title, Abstract or Keyword element, then no language is specified for that element unless specified by another means. All Title, Abstract and Keyword elements in the same Description that share the same xml:lang attribute value represent the description of the parent object in that language. Multiple Title or Abstract elements shall not exist in the same Description with the same xml:lang attribute value unless otherwise specified.The following features are supported:
- See Also:
Ows11Package.getDescriptionType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getAbstract()
Returns the value of the 'Abstract' containment reference list.EList
getKeywords()
Returns the value of the 'Keywords' containment reference list.EList
getTitle()
Returns the value of the 'Title' containment reference list.
-
-
-
Method Detail
-
getTitle
EList getTitle()
Returns the value of the 'Title' containment reference list. The list contents are of typeLanguageStringType
. Title of this resource, normally used for display to a human.- Returns:
- the value of the 'Title' containment reference list.
- See Also:
Ows11Package.getDescriptionType_Title()
-
getAbstract
EList getAbstract()
Returns the value of the 'Abstract' containment reference list. The list contents are of typeLanguageStringType
. Brief narrative description of this resource, normally used for display to a human.- Returns:
- the value of the 'Abstract' containment reference list.
- See Also:
Ows11Package.getDescriptionType_Abstract()
-
getKeywords
EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
.If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
Ows11Package.getDescriptionType_Keywords()
-
-