net.opengis.wcs11
Interface CoverageSummaryType

All Superinterfaces:
DescriptionType, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CoverageSummaryTypeImpl

public interface CoverageSummaryType
extends DescriptionType

A representation of the model object 'Coverage Summary Type'. Brief metadata describing one or more coverages available from this WCS server.

The following features are supported:

See Also:
Wcs111Package.getCoverageSummaryType()

Method Summary
 org.eclipse.emf.common.util.EList getCoverageSummary()
          Returns the value of the 'Coverage Summary' containment reference list.
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute.
 java.lang.String getIdentifier1()
          Returns the value of the 'Identifier1' attribute.
 org.eclipse.emf.common.util.EList getMetadata()
          Returns the value of the 'Metadata' containment reference list.
 org.eclipse.emf.common.util.EList getSupportedCRS()
          Returns the value of the 'Supported CRS' attribute list.
 org.eclipse.emf.common.util.EList getSupportedFormat()
          Returns the value of the 'Supported Format' attribute list.
 org.eclipse.emf.common.util.EList getWGS84BoundingBox()
          Returns the value of the 'WGS84 Bounding Box' containment reference list.
 void setIdentifier(java.lang.String value)
          Sets the value of the 'Identifier' attribute.
 void setIdentifier1(java.lang.String value)
          Sets the value of the 'Identifier1' attribute.
 
Methods inherited from interface net.opengis.ows11.DescriptionType
getAbstract, getKeywords, getTitle
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMetadata

org.eclipse.emf.common.util.EList getMetadata()
Returns the value of the 'Metadata' containment reference list. The list contents are of type MetadataType. Optional unordered list of more metadata elements about this coverage. A list of metadata elements for CoverageSummaries could be specified in a WCS Application Profile.

Returns:
the value of the 'Metadata' containment reference list.
See Also:
Wcs111Package.getCoverageSummaryType_Metadata()

getWGS84BoundingBox

org.eclipse.emf.common.util.EList getWGS84BoundingBox()
Returns the value of the 'WGS84 Bounding Box' containment reference list. The list contents are of type WGS84BoundingBoxType. Unordered list of minimum bounding rectangles surrounding coverage data, using WGS 84 CRS with decimal degrees and longitude before latitude. These bounding boxes shall also apply to lower-level CoverageSummaries under this CoverageSummary, unless other bounding boxes are specified.

Returns:
the value of the 'WGS84 Bounding Box' containment reference list.
See Also:
Wcs111Package.getCoverageSummaryType_WGS84BoundingBox()

getSupportedCRS

org.eclipse.emf.common.util.EList getSupportedCRS()
Returns the value of the 'Supported CRS' attribute list. The list contents are of type String. Unordered list of references to CRSs in which GetCoverage operation requests and responses may be expressed. These CRSs shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other CRSs referenced.

Returns:
the value of the 'Supported CRS' attribute list.
See Also:
Wcs111Package.getCoverageSummaryType_SupportedCRS()

getSupportedFormat

org.eclipse.emf.common.util.EList getSupportedFormat()
Returns the value of the 'Supported Format' attribute list. The list contents are of type String. Unordered list of identifiers of formats in which GetCoverage operation responses may be encoded. These formats shall also apply to all lower-level CoverageSummaries under this CoverageSummary, in addition to any other formats identified.

Returns:
the value of the 'Supported Format' attribute list.
See Also:
Wcs111Package.getCoverageSummaryType_SupportedFormat()

getCoverageSummary

org.eclipse.emf.common.util.EList getCoverageSummary()
Returns the value of the 'Coverage Summary' containment reference list. The list contents are of type CoverageSummaryType. Unordered list of lower-level CoverageSummaries under this CoverageSummary.

Returns:
the value of the 'Coverage Summary' containment reference list.
See Also:
Wcs111Package.getCoverageSummaryType_CoverageSummary()

getIdentifier

java.lang.String getIdentifier()
Returns the value of the 'Identifier' attribute. Optional identifier of this coverage. This identifier shall be included only when this coverage can be accessed by the GetCoverage operation, and the CoverageDescription can be accessed by the DescribeCoverage operation. This identifier must be unique for this WCS server.

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), Wcs111Package.getCoverageSummaryType_Identifier()

setIdentifier

void setIdentifier(java.lang.String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()

getIdentifier1

java.lang.String getIdentifier1()
Returns the value of the 'Identifier1' attribute. Identifier of this coverage. This identifier must be unique for this WCS server.

Returns:
the value of the 'Identifier1' attribute.
See Also:
setIdentifier1(String), Wcs111Package.getCoverageSummaryType_Identifier1()

setIdentifier1

void setIdentifier1(java.lang.String value)
Sets the value of the 'Identifier1' attribute.

Parameters:
value - the new value of the 'Identifier1' attribute.
See Also:
getIdentifier1()


Copyright © 1996-2010 Geotools. All Rights Reserved.