GeoAPI 2.0
Build 2005-06-08

org.opengis.go.display.primitive.store
Interface GraphicStore


public interface GraphicStore

The GraphicStore class/interface...


Method Summary
 InternationalString getDescription()
          Description of this GraphicStore.
 InternationalString getDisplayName()
          Display name for this GraphicStore.
 List<Graphic> getGraphics(DisplayFactory factory)
          Gets a List of Graphics produced by this GraphicStore.
 URI getIcon()
          Icon representing this GraphicStore.
 

Method Detail

getIcon

URI getIcon()
Icon representing this GraphicStore.

Returns:
URI to a icon (GIF or PNG) representing this GraphicStore.

REVISIT OPEN ISSUE (a GeoAPI comment)
Assumed 16x16 in size.

getDisplayName

InternationalString getDisplayName()
Display name for this GraphicStore.


getDescription

InternationalString getDescription()
Description of this GraphicStore.


getGraphics

List<Graphic> getGraphics(DisplayFactory factory)
Gets a List of Graphics produced by this GraphicStore. This List should not be live: modifying the List should not modify the GraphicStore's internal Graphics.

Parameters:
factory - the DisplayFactory to use to create the Graphics
Returns:
a List of Graphics

GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium