Uses of Interface
org.opengis.metadata.content.ContentInformation

Packages that use ContentInformation
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). 
 

Uses of ContentInformation in org.geotools.metadata.iso
 

Methods in org.geotools.metadata.iso that return types with arguments of type ContentInformation
 Collection<ContentInformation> MetaDataImpl.getContentInfo()
          Provides information about the feature catalogue and describes the coverage and image data characteristics.
 

Method parameters in org.geotools.metadata.iso with type arguments of type ContentInformation
 void MetaDataImpl.setContentInfo(Collection<? extends ContentInformation> newValues)
          Set information about the feature catalogue and describes the coverage and image data characteristics.
 

Uses of ContentInformation in org.geotools.metadata.iso.content
 

Classes in org.geotools.metadata.iso.content that implement ContentInformation
 class ContentInformationImpl
          Description of the content of a dataset.
 class CoverageDescriptionImpl
          Information about the content of a grid data cell.
 class FeatureCatalogueDescriptionImpl
          Information identifying the feature catalogue.
 class ImageDescriptionImpl
          Information about an image's suitability for use.
 

Constructors in org.geotools.metadata.iso.content with parameters of type ContentInformation
ContentInformationImpl(ContentInformation source)
          Constructs a metadata entity initialized with the value from the specified metadata.
 

Uses of ContentInformation in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type ContentInformation
 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
 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-2014 Geotools. All Rights Reserved.