public interface DataSet extends Resource
DataSet
subtype.
The actual values are provided by methods defined in DataSet
subtypes.
DataSet
could be all bridges in a city. A DataSet
can be associated to
one FeatureType
which specifies that all bridges shall have "construction date"
and "height"
attributes, and an arbitrary amount of Feature
instances which contains the actual values for all bridges in
the dataset.metadata
/
metadataScope
/
resourceScope
sets to
ScopeCode.DATASET
.
If this datasets is part of a series or an Aggregate
, the aggregate name should be declared
as the parent metadata.
That parent metadata is often the same instance than DataStore.getMetadata()
.Defined in the sis-storage
module
Modifier and Type | Method and Description |
---|---|
Envelope |
getEnvelope()
Returns the spatio-temporal extent of this resource in its most natural coordinate reference system.
|
getMetadata
Envelope getEnvelope() throws DataStoreException
metadata
/
identificationInfo
/
extent
.referenceSystemInfo
.null
.DataStoreException
- if an error occurred while reading or computing the envelope.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.