Uses of Interface
org.opengis.metadata.identification.BrowseGraphic
-
Packages that use BrowseGraphic Package Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description Collection<? extends BrowseGraphic>
Identification. getGraphicOverviews()
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
-