org.geotools.metadata.iso.identification
Class BrowseGraphicImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.identification.BrowseGraphicImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.identification.BrowseGraphic

public class BrowseGraphicImpl
extends MetadataEntity
implements org.opengis.metadata.identification.BrowseGraphic

Graphic that provides an illustration of the dataset (should include a legend for the graphic).

Since:
2.1
Version:
$Id: BrowseGraphicImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Touraïvane
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
BrowseGraphicImpl()
          Constructs an initially empty browse graphic.
BrowseGraphicImpl(org.opengis.metadata.identification.BrowseGraphic source)
          Constructs a metadata entity initialized with the values from the specified metadata.
BrowseGraphicImpl(java.net.URI fileName)
          Creates a browse graphics initialized to the specified URI.
 
Method Summary
 java.net.URI getApplicationSchemaInformation()
          Name of the file that contains a graphic that provides an illustration of the dataset.
 org.opengis.util.InternationalString getFileDescription()
          Text description of the illustration.
 java.net.URI getFileName()
          Name of the file that contains a graphic that provides an illustration of the dataset.
 java.lang.String getFileType()
          Format in which the illustration is encoded.
 void setApplicationSchemaInformation(java.net.URI newValue)
          Set the name of the file that contains a graphic that provides an illustration of the dataset.
 void setFileDescription(org.opengis.util.InternationalString newValue)
          Set the text description of the illustration.
 void setFileName(java.net.URI newValue)
          Set the name of the file that contains a graphic that provides an illustration of the dataset.
 void setFileType(java.lang.String newValue)
          Set the format in which the illustration is encoded.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BrowseGraphicImpl

public BrowseGraphicImpl()
Constructs an initially empty browse graphic.


BrowseGraphicImpl

public BrowseGraphicImpl(org.opengis.metadata.identification.BrowseGraphic source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4

BrowseGraphicImpl

public BrowseGraphicImpl(java.net.URI fileName)
Creates a browse graphics initialized to the specified URI.

Method Detail

getApplicationSchemaInformation

public java.net.URI getApplicationSchemaInformation()
Name of the file that contains a graphic that provides an illustration of the dataset.


setApplicationSchemaInformation

public void setApplicationSchemaInformation(java.net.URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the dataset.


getFileName

public java.net.URI getFileName()
Name of the file that contains a graphic that provides an illustration of the dataset.

Specified by:
getFileName in interface org.opengis.metadata.identification.BrowseGraphic

setFileName

public void setFileName(java.net.URI newValue)
Set the name of the file that contains a graphic that provides an illustration of the dataset.


getFileDescription

public org.opengis.util.InternationalString getFileDescription()
Text description of the illustration.

Specified by:
getFileDescription in interface org.opengis.metadata.identification.BrowseGraphic

setFileDescription

public void setFileDescription(org.opengis.util.InternationalString newValue)
Set the text description of the illustration.


getFileType

public java.lang.String getFileType()
Format in which the illustration is encoded. Examples: CGM, EPS, GIF, JPEG, PBM, PS, TIFF, XWD.

Specified by:
getFileType in interface org.opengis.metadata.identification.BrowseGraphic

setFileType

public void setFileType(java.lang.String newValue)
Set the format in which the illustration is encoded.



Copyright © 1996-2010 Geotools. All Rights Reserved.