@UML(identifier="MD_BrowseGraphic", specification=ISO_19115) public interface BrowseGraphic
Modifier and Type | Method and Description |
---|---|
InternationalString |
getFileDescription()
Text description of the illustration.
|
URI |
getFileName()
Name of the file that contains a graphic that provides an illustration of the dataset.
|
String |
getFileType()
Format in which the illustration is encoded.
|
@UML(identifier="fileName", obligation=MANDATORY, specification=ISO_19115) URI getFileName()
@UML(identifier="fileDescription", obligation=OPTIONAL, specification=ISO_19115) InternationalString getFileDescription()
null
.@UML(identifier="fileType", obligation=OPTIONAL, specification=ISO_19115) String getFileType()
ImageIO.getReaderFormatNames()
.null
.ImageIO.getReaderFormatNames()
Copyright © 1996–2019 Geotools. All rights reserved.