Interface UnstructuredAggregate
- All Known Implementing Classes:
Store
,WritableStore
A data store which may provide a more structured view of its components.
This is an experimental interface that may change in any future version.
Structure is inferred by
CoverageAggregator
.- Since:
- 1.3
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns a more structured (if possible) view of this resource.Methods inherited from interface org.apache.sis.storage.Aggregate
components
Methods inherited from interface org.apache.sis.storage.Resource
addListener, getIdentifier, getMetadata, removeListener
-
Method Details
-
getStructuredView
Returns a more structured (if possible) view of this resource.- Returns:
- structured view. May be
this
if this method cannot do better than current resource. - Throws:
DataStoreException
- if an error occurred during the attempt to create a structured view.
-