|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.metadata.iso.MetadataEntity org.geotools.metadata.iso.identification.BrowseGraphicImpl
Graphic that provides an illustration of the dataset (should include a legend for the graphic).
Field Summary |
Fields inherited from class org.geotools.metadata.iso.MetadataEntity |
LOGGER |
Constructor Summary | |
BrowseGraphicImpl()
Constructs an initially empty browse graphic. |
|
BrowseGraphicImpl(java.net.URI fileName)
Creates a browse graphics initialized to the specified URI. |
Method Summary | |
boolean |
equals(java.lang.Object object)
Compare this browse graphic with the specified object for equality. |
protected void |
freeze()
Declare this metadata and all its attributes as unmodifiable. |
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. |
int |
hashCode()
Returns a hash code value for this browse graphics. |
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. |
java.lang.String |
toString()
Returns a string representation of this browse graphics. |
Methods inherited from class org.geotools.metadata.iso.MetadataEntity |
appendLineSeparator, checkWritePermission, copyCollection, isModifiable, nonNullCollection, unmodifiable, unmodifiable |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BrowseGraphicImpl()
public BrowseGraphicImpl(java.net.URI fileName)
Method Detail |
public java.net.URI getApplicationSchemaInformation()
public void setApplicationSchemaInformation(java.net.URI newValue)
public java.net.URI getFileName()
getFileName
in interface org.opengis.metadata.identification.BrowseGraphic
public void setFileName(java.net.URI newValue)
public org.opengis.util.InternationalString getFileDescription()
getFileDescription
in interface org.opengis.metadata.identification.BrowseGraphic
public void setFileDescription(org.opengis.util.InternationalString newValue)
public java.lang.String getFileType()
getFileType
in interface org.opengis.metadata.identification.BrowseGraphic
public void setFileType(java.lang.String newValue)
protected void freeze()
freeze
in class MetadataEntity
public boolean equals(java.lang.Object object)
public int hashCode()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |