org.opengis.metadata.identification
Interface BrowseGraphic
-
@UML(identifier="MD_BrowseGraphic", specification=ISO_19115) public interface BrowseGraphic
Graphic that provides an illustration of the dataset (should include a legend for the graphic).- Since:
- GeoAPI 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description InternationalStringgetFileDescription()Text description of the illustration.java.net.URIgetFileName()Name of the file that contains a graphic that provides an illustration of the dataset.java.lang.StringgetFileType()Format in which the illustration is encoded.
-
-
-
Method Detail
-
getFileName
@UML(identifier="fileName", obligation=MANDATORY, specification=ISO_19115) java.net.URI getFileName()
Name of the 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.
-
getFileType
@UML(identifier="fileType", obligation=OPTIONAL, specification=ISO_19115) java.lang.String getFileType()
Format in which the illustration is encoded. Examples: CGM, EPS, GIF, JPEG, PBM, PS, TIFF, XWD.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG