Uses of Interface
org.opengis.metadata.ExtendedElementInformation

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

Uses of ExtendedElementInformation in org.geotools.metadata.iso
 

Classes in org.geotools.metadata.iso that implement ExtendedElementInformation
 class ExtendedElementInformationImpl
          New metadata element, not found in ISO 19115, which is required to describe geographic data.
 

Methods in org.geotools.metadata.iso that return types with arguments of type ExtendedElementInformation
 Collection<ExtendedElementInformation> MetadataExtensionInformationImpl.getExtendedElementInformation()
          Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.
 

Method parameters in org.geotools.metadata.iso with type arguments of type ExtendedElementInformation
 void MetadataExtensionInformationImpl.setExtendedElementInformation(Collection<? extends ExtendedElementInformation> newValues)
          Set information about a new metadata element.
 

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

Uses of ExtendedElementInformation in org.opengis.metadata
 

Methods in org.opengis.metadata that return types with arguments of type ExtendedElementInformation
 Collection<? extends ExtendedElementInformation> MetadataExtensionInformation.getExtendedElementInformation()
          Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.