See: Description
Class | Description |
---|---|
AbstractIdentification |
Basic information required to uniquely identify a resource or resources.
|
DefaultAggregateInformation |
Aggregate dataset information.
|
DefaultBrowseGraphic |
Graphic that provides an illustration of the dataset (should include a legend for the graphic).
|
DefaultDataIdentification |
Information required to identify a dataset.
|
DefaultKeywords |
Keywords, their type and reference source.
|
DefaultRepresentativeFraction |
A scale defined as the inverse of a denominator.
|
DefaultResolution |
Level of detail expressed as a scale factor or a ground distance.
|
DefaultServiceIdentification |
Identification of capabilities which a service provider makes available to a service user
through a set of interfaces that define a behaviour.
|
DefaultUsage |
Brief description of ways in which the resource(s) is/are currently used.
|
Class hierarchy | Aggregation hierarchy |
---|---|
ISO-19115 metadata ├─ Identification «abstract» │ ├─ Data identification │ └─ Service identification ├─ Resolution ├─ Browse graphic ├─ Keywords ├─ Usage └─ Aggregate informationCode list ├─ Progress ├─ Keyword type ├─ Association type ├─ Initiative type ├─ Topic category └─ Character set |
Identification «abstract» ├─ Progress «code list» ├─ Browse graphic ├─ Keywords │ └─ Keyword type «code list» ├─ Usage └─ Aggregate information ├─ Association type «code list» └─ Initiative type «code list»Data identification ├─ Resolution └─ Topic category «code list»Service identification Character set «code list» |
In addition to the standard properties, SIS provides the following methods:
DefaultRepresentativeFraction.setScale(double)
for computing the denominator from a scale value.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 NilObject
s.
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–2014 The Apache Software Foundation. All rights reserved.