Class Name: Browse Graphic

Superclass - SEDRIS Abstract Base

Definition

A still or moving image or graphic illustrating the content of a object.

Primary Page in DRM Diagram:

Secondary Pages in DRM Diagram:

Example

  1. A map of the area covered by the Transmittal Root or Environment_Root.
  2. A rotating image of a Model of an M1A2 tank.
  3. A thumbnail version of an Image in the Image Library.
  4. A graphic visualization of a function defined by a Data Table.
  5. A graphic depiction of the contents of a Color Table.

FAQs

What is the purpose of this class?
This class provides FGDC-compatible metadata in the form of a graphical representation that illustrates the content of its containing SEDRIS object (e.g. Transmittal Root, Model, Image, etc.) Its purpose is to allows a potential user of that object to easily asses its utility.

How is the graphic encoded? What format(s) can be used?
The graphic itself is contained in an external file that is associated with a SEDRIS transmittal. This file is referenced by the Browse Graphic object via its file name and path. A variety of graphic formats is supported. The list of specific formats is defined by the SE_GRAPHIC_FORMAT_ENUM type (see below).

Constraints

Component of (one-way)

Field Elements

SE_STRING name; (notes)
SE_STRING file_name; (notes)
SE_STRING file_path; (notes)
SE_GRAPHIC_FORMAT_ENUM file_format; (notes)
SE_STRING description; (notes)

Notes

Fields Notes

name

 title of the graphic (Mandatory)

file_name

 name of the graphic file (Mandatory)

file_path

 path where the file is located (Mandatory)

file_format

 format of the graphic file (Mandatory)

description

 description of the graphic (Optional)

Prev: Bounding Volume. Next: CMY Color. Up:Index.