Uses of Interface
org.opengis.metadata.MetadataExtensionInformation

Packages that use MetadataExtensionInformation
org.geotools.metadata.iso Metadata implementation. 
org.opengis.metadata Root package for metadata
 

Uses of MetadataExtensionInformation in org.geotools.metadata.iso
 

Classes in org.geotools.metadata.iso that implement MetadataExtensionInformation
 class MetadataExtensionInformationImpl
          Information describing metadata extensions.
 

Methods in org.geotools.metadata.iso that return types with arguments of type MetadataExtensionInformation
 Collection<MetadataExtensionInformation> MetaDataImpl.getMetadataExtensionInfo()
          Returns information describing metadata extensions.
 

Method parameters in org.geotools.metadata.iso with type arguments of type MetadataExtensionInformation
 void MetaDataImpl.setMetadataExtensionInfo(Collection<? extends MetadataExtensionInformation> newValues)
          Set information describing metadata extensions.
 

Constructors in org.geotools.metadata.iso with parameters of type MetadataExtensionInformation
MetadataExtensionInformationImpl(MetadataExtensionInformation source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of MetadataExtensionInformation in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type MetadataExtensionInformation
 Collection<? extends MetadataExtensionInformation> MetaData.getMetadataExtensionInfo()
          Information describing metadata extensions.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.