Uses of Interface
org.opengis.metadata.identification.BrowseGraphic

Packages that use BrowseGraphic
org.geotools.metadata.iso.identification Identification implementation. 
org.opengis.metadata.identification Identification information (includes data and service identification). 
 

Uses of BrowseGraphic in org.geotools.metadata.iso.identification
 

Classes in org.geotools.metadata.iso.identification that implement BrowseGraphic
 class BrowseGraphicImpl
          Graphic that provides an illustration of the dataset (should include a legend for the graphic).
 

Methods in org.geotools.metadata.iso.identification that return types with arguments of type BrowseGraphic
 Collection<BrowseGraphic> IdentificationImpl.getGraphicOverviews()
          Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
 

Method parameters in org.geotools.metadata.iso.identification with type arguments of type BrowseGraphic
 void IdentificationImpl.setGraphicOverviews(Collection<? extends BrowseGraphic> newValues)
          Set a graphic that illustrates the resource(s).
 

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

Uses of BrowseGraphic in org.opengis.metadata.identification
 

Methods in org.opengis.metadata.identification that return types with arguments of type BrowseGraphic
 Collection<? extends BrowseGraphic> Identification.getGraphicOverviews()
          Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
 



Copyright © 1996-2014 Geotools. All Rights Reserved.