Package | Description |
---|---|
org.geotools.metadata.iso |
Metadata implementation.
|
org.geotools.metadata.iso.content |
Content information
implementation.
|
org.opengis.metadata |
Root package for metadata.
|
org.opengis.metadata.content |
Content information (includes
Feature catalogue and Coverage descriptions).
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureCatalogueDescriptionImpl
Location of the responsible individual or organization.
|
Modifier and Type | Method and Description |
---|---|
Collection<ContentInformation> |
MetaDataImpl.getContentInfo()
Provides information about the feature catalogue and describes the coverage and image data
characteristics.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaDataImpl.setContentInfo(Collection<? extends ContentInformation> newValues)
Set information about the feature catalogue and describes the coverage and image data
characteristics.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentInformationImpl
Description of the content of a dataset.
|
class |
CoverageDescriptionImpl
Information about the content of a grid data cell.
|
class |
ImageDescriptionImpl
Information about an image's suitability for use.
|
Constructor and Description |
---|
ContentInformationImpl(ContentInformation source)
Constructs a metadata entity initialized with the value from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ContentInformation> |
MetaData.getContentInfo()
Provides information about the feature catalogue and describes the coverage and image data
characteristics.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoverageDescription
Information about the content of a grid data cell.
|
interface |
FeatureCatalogueDescription
Information identifying the feature catalogue.
|
interface |
ImageDescription
Information about an image's suitability for use.
|
Copyright © 1996–2019 Geotools. All rights reserved.