Uses of Interface
org.opengis.metadata.content.ContentInformation
-
Packages that use ContentInformation Package Description org.opengis.metadata Root package for metadata.org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). -
-
Uses of ContentInformation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ContentInformation Modifier and Type Method Description java.util.Collection<? extends ContentInformation>
Metadata. getContentInfo()
Provides information about the feature catalogue and describes the coverage and image data characteristics. -
Uses of ContentInformation in org.opengis.metadata.content
Subinterfaces of ContentInformation in org.opengis.metadata.content Modifier and Type Interface 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.
-