|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.identification.BrowseGraphicImpl
public class 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.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 |
---|
public BrowseGraphicImpl()
public BrowseGraphicImpl(org.opengis.metadata.identification.BrowseGraphic source)
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |