| org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.identification.BrowseGraphicImpl
BrowseGraphicImpl | public class BrowseGraphicImpl extends MetadataEntity implements BrowseGraphic(Code) | | Graphic that provides an illustration of the dataset (should include a legend for the graphic).
version: $Id: BrowseGraphicImpl.java 25189 2007-04-17 13:23:47Z desruisseaux $ author: Martin Desruisseaux author: Touraïvane since: 2.1 |
Constructor Summary | |
public | BrowseGraphicImpl() Constructs an initially empty browse graphic. | public | BrowseGraphicImpl(BrowseGraphic source) Constructs a metadata entity initialized with the values from the specified metadata. | public | BrowseGraphicImpl(URI fileName) Creates a browse graphics initialized to the specified URI. |
Method Summary | |
public URI | getApplicationSchemaInformation() Name of the file that contains a graphic that provides an illustration of the dataset. | public InternationalString | getFileDescription() Text description of the illustration. | public URI | getFileName() Name of the file that contains a graphic that provides an illustration of the dataset. | public String | getFileType() Format in which the illustration is encoded. | public synchronized void | setApplicationSchemaInformation(URI newValue) Set the name of the file that contains a graphic that provides an illustration of the
dataset. | public synchronized void | setFileDescription(InternationalString newValue) Set the text description of the illustration. | public synchronized void | setFileName(URI newValue) Set the name of the file that contains a graphic that provides an illustration of the
dataset. | public synchronized void | setFileType(String newValue) Set the format in which the illustration is encoded. |
BrowseGraphicImpl | public BrowseGraphicImpl()(Code) | | Constructs an initially empty browse graphic.
|
BrowseGraphicImpl | public BrowseGraphicImpl(BrowseGraphic source)(Code) | | Constructs a metadata entity initialized with the values from the specified metadata.
since: 2.4 |
BrowseGraphicImpl | public BrowseGraphicImpl(URI fileName)(Code) | | Creates a browse graphics initialized to the specified URI.
|
getApplicationSchemaInformation | public URI getApplicationSchemaInformation()(Code) | | Name of the file that contains a graphic that provides an illustration of the dataset.
|
getFileDescription | public InternationalString getFileDescription()(Code) | | Text description of the illustration.
|
getFileName | public URI getFileName()(Code) | | Name of the file that contains a graphic that provides an illustration of the dataset.
|
getFileType | public String getFileType()(Code) | | Format in which the illustration is encoded.
Examples: CGM, EPS, GIF, JPEG, PBM, PS, TIFF, XWD.
|
setApplicationSchemaInformation | public synchronized void setApplicationSchemaInformation(URI newValue)(Code) | | Set the name of the file that contains a graphic that provides an illustration of the
dataset.
|
setFileDescription | public synchronized void setFileDescription(InternationalString newValue)(Code) | | Set the text description of the illustration.
|
setFileName | public synchronized void setFileName(URI newValue)(Code) | | Set the name of the file that contains a graphic that provides an illustration of the
dataset.
|
setFileType | public synchronized void setFileType(String newValue)(Code) | | Set the format in which the illustration is encoded.
|
|
|