| Class | Description |
|---|---|
| AbstractContentInformation |
Description of the content of a resource.
|
| DefaultAttributeGroup |
Information about content type for groups of attributes for a specific
range dimension.
|
| DefaultBand |
Range of wavelengths in the electromagnetic spectrum.
|
| DefaultCoverageDescription |
Information about the content of a grid data cell.
|
| DefaultFeatureCatalogueDescription |
Information identifying the feature catalogue or the conceptual schema.
|
| DefaultFeatureTypeInfo |
Information about the occurring feature type.
|
| DefaultImageDescription |
Information about an image's suitability for use.
|
| DefaultRangeDimension |
Information on the range of each dimension of a cell measurement value.
|
| DefaultRangeElementDescription |
Description of specific range elements.
|
| DefaultSampleDimension |
The characteristic of each dimension (layer) included in the resource.
|
org.apache.sis.metadata package javadoc.
| Class hierarchy | Aggregation hierarchy |
|---|---|
ISO-19115 metadata ├─ Content information «abstract» │ ├─ Feature catalogue │ ├─ Feature catalogue description │ └─ Coverage description │ └─ Image description ├─ Feature type info ├─ Range dimension │ └─ Sample dimension │ └─ Band └─ Range element descriptionCode list ├─ Band definition ├─ Coverage content type ├─ Imaging condition ├─ Polarization orientation └─ Transfer function type |
Content information «abstract» Feature catalogue description └─ Feature type infoCoverage description ├─ Attribute group │ ├─ Coverage content type «code list» │ └─ Range dimension └─ Range element descriptionBand ├─ Band definition «code list» ├─ Polarization orientation «code list» └─ Transfer function type «code list»Image description └─ Imaging condition «code list» |
null arguments.
A null argument value means that the metadata element can not be provided, and the reason for that is unspecified.
Alternatively, users can specify why a metadata element is missing by providing a value created by
NilReason.createNilObject(Class).
Unless otherwise noted in the Javadoc, all getter methods may return an empty collection,
an empty array or null if the type is neither a collection or an array.
Note that non-null values may be NilObjects.
Unless the metadata object has been marked as unmodifiable and unless otherwise noted in the Javadoc, all collections returned by getter methods are live: adding new elements in the collection modify directly the underlying metadata object.
Defined in the sis-metadata module
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.