Package net.opengis.wcs10
Interface CoverageOfferingBriefType
- All Superinterfaces:
AbstractDescriptionBaseType
,AbstractDescriptionType
,AbstractGMLType
,EObject
,Notifier
- All Known Subinterfaces:
CoverageOfferingType
- All Known Implementing Classes:
CoverageOfferingBriefTypeImpl
,CoverageOfferingTypeImpl
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
Modifier and TypeMethodDescriptionEList
Returns the value of the 'Keywords' containment reference list.Returns the value of the 'Lon Lat Envelope' containment reference.void
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
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
Sets the value of the 'Lon Lat Envelope
' containment reference.- Parameters:
value
- the new value of the 'Lon Lat Envelope' containment reference.- See Also:
-
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:
-