Graphic that provides an illustration of the dataset (should include a legend for the graphic).
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionText description of the illustration.Name of the file that contains a graphic that provides an illustration of the dataset.Format in which the illustration is encoded.
-
Method Details
-
getFileName
Name of the file that contains a graphic that provides an illustration of the dataset.- Returns:
- File that contains a graphic that provides an illustration of the dataset.
-
getFileDescription
@UML(identifier="fileDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getFileDescription()Text description of the illustration.- Returns:
- Text description of the illustration, or
null
.
-
getFileType
Format in which the illustration is encoded. Examples: CGM, EPS, GIF, JPEG, PBM, PS, TIFF, XWD. Raster formats are encouraged to use one of the names returned byImageIO.getReaderFormatNames()
.- Returns:
- Format in which the illustration is encoded, or
null
. - See Also:
-