public abstract class ExternalDataLayerStored extends Object implements ExternalDataLayer
| Modifier | Constructor and Description |
|---|---|
protected |
ExternalDataLayerStored() |
protected |
ExternalDataLayerStored(String mimeType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(String dataURI)
Adds link (URL) to the location of the data file of this layer.
|
String |
getDataMimeType()
Gets the MIME type of the data file of this layer.
|
String |
getLink()
Gets link (URL) to the data file of this layer.
|
String |
toString() |
protected ExternalDataLayerStored()
protected ExternalDataLayerStored(String mimeType)
public String getDataMimeType()
ExternalDataLayergetDataMimeType in interface ExternalDataLayerpublic String getLink()
ExternalDataLayergetLink in interface ExternalDataLayerpublic void addLink(String dataURI)
ExternalDataLayeraddLink in interface ExternalDataLayerdataURI - the URL of the data file.Copyright © 2013-2014 Department of Linguistics, Tübingen University. All Rights Reserved.