Package net.opengis.wcs10
Interface CoverageOfferingBriefType
-
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
CoverageOfferingType
- All Known Implementing Classes:
CoverageOfferingBriefTypeImpl
,CoverageOfferingTypeImpl
public interface CoverageOfferingBriefType extends AbstractDescriptionType
A representation of the model object 'Coverage Offering Brief Type'. Brief description of one coverage avaialble from a WCS.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList
getKeywords()
Returns the value of the 'Keywords' containment reference list.LonLatEnvelopeType
getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.void
setLonLatEnvelope(LonLatEnvelopeType value)
Sets the value of the 'Lon Lat Envelope
' containment reference.-
Methods inherited from interface AbstractDescriptionType
getDescription1, getLabel, getMetadataLink, getName1, setDescription1, setLabel, setName1
-
Methods inherited from interface AbstractGMLType
getDescription, getMetaDataProperty, getName, setDescription
-
-
-
-
Method Detail
-
getLonLatEnvelope
LonLatEnvelopeType getLonLatEnvelope()
Returns the value of the 'Lon Lat Envelope' containment reference.If the meaning of the 'Lon Lat Envelope' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Lon Lat Envelope' containment reference.
- See Also:
setLonLatEnvelope(LonLatEnvelopeType)
,Wcs10Package.getCoverageOfferingBriefType_LonLatEnvelope()
-
setLonLatEnvelope
void setLonLatEnvelope(LonLatEnvelopeType value)
Sets the value of the 'Lon Lat Envelope
' containment reference.- Parameters:
value
- the new value of the 'Lon Lat Envelope' containment reference.- See Also:
getLonLatEnvelope()
-
getKeywords
EList getKeywords()
Returns the value of the 'Keywords' containment reference list. The list contents are of typeKeywordsType
. Unordered list of one or more commonly used or formalised word(s) or phrase(s) used to describe the subject. When needed, the optional "type" can name the type of the associated list of keywords that shall all have the same type. Also when needed, the codeSpace attribute of that "type" can also reference the type name authority and/or thesaurus. (Largely based on MD_Keywords class in ISO 19115.)- Returns:
- the value of the 'Keywords' containment reference list.
- See Also:
Wcs10Package.getCoverageOfferingBriefType_Keywords()
-
-