public class BrowseGraphicImpl extends MetadataEntity implements BrowseGraphic
LOGGER
Constructor and Description |
---|
BrowseGraphicImpl()
Constructs an initially empty browse graphic.
|
BrowseGraphicImpl(BrowseGraphic source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
BrowseGraphicImpl(URI fileName)
Creates a browse graphics initialized to the specified URI.
|
Modifier and Type | Method and Description |
---|---|
URI |
getApplicationSchemaInformation()
Name of the file that contains a graphic that provides an illustration of the dataset.
|
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.
|
void |
setApplicationSchemaInformation(URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the
dataset.
|
void |
setFileDescription(InternationalString newValue)
Set the text description of the illustration.
|
void |
setFileName(URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the
dataset.
|
void |
setFileType(String newValue)
Set the format in which the illustration is encoded.
|
ensureNonNull, getStandard
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
asMap, asTree, equals, getInterface, hashCode, toString
public BrowseGraphicImpl()
public BrowseGraphicImpl(BrowseGraphic source)
public BrowseGraphicImpl(URI fileName)
public URI getApplicationSchemaInformation()
public void setApplicationSchemaInformation(URI newValue)
public URI getFileName()
getFileName
in interface BrowseGraphic
public void setFileName(URI newValue)
public InternationalString getFileDescription()
getFileDescription
in interface BrowseGraphic
null
.public void setFileDescription(InternationalString newValue)
public String getFileType()
getFileType
in interface BrowseGraphic
null
.ImageIO.getReaderFormatNames()
public void setFileType(String newValue)
Copyright © 1996–2019 Geotools. All rights reserved.