Package | Description |
---|---|
org.apache.sis.metadata |
Root package for various metadata implementations.
|
org.apache.sis.metadata.iso |
Root package for ISO 19115 metadata about resources (data or services).
|
Modifier and Type | Field and Description |
---|---|
static MetadataStandard |
MetadataStandard.ISO_19111
An instance working on ISO 19111 standard as defined by GeoAPI interfaces
in the
org.opengis.referencing package and sub-packages. |
static MetadataStandard |
MetadataStandard.ISO_19115
An instance working on ISO 19115 standard as defined by GeoAPI interfaces
in the
org.opengis.metadata package and sub-packages. |
static MetadataStandard |
MetadataStandard.ISO_19123
An instance working on ISO 19123 standard as defined by GeoAPI interfaces
in the
org.opengis.coverage package and sub-packages. |
Modifier and Type | Method and Description |
---|---|
static MetadataStandard |
MetadataStandard.forClass(Class<?> type)
Returns the metadata standard for the given class.
|
abstract MetadataStandard |
AbstractMetadata.getStandard()
Returns the metadata standard implemented by subclasses.
|
Constructor and Description |
---|
MetadataStandard(Citation citation,
Package interfacePackage,
MetadataStandard... dependencies)
Creates a new instance working on implementation of interfaces defined in the specified package.
|
Modifier and Type | Method and Description |
---|---|
MetadataStandard |
ISOMetadata.getStandard()
Returns the metadata standard implemented by subclasses,
which is ISO 19115.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.