com.esri.core.internal.value
Class RasterDataSource
java.lang.Object
com.esri.core.internal.value.DataSource
com.esri.core.internal.value.RasterDataSource
public class RasterDataSource
- extends DataSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RasterDataSource
public RasterDataSource()
- Instantiates a new raster data source.
getWorkspaceId
public String getWorkspaceId()
- Gets the workspace id.
- Returns:
- the workspace id
setWorkspaceId
public void setWorkspaceId(String id)
- Sets the workspace id.
- Parameters:
id
- the new workspace id
getDataSourceName
public String getDataSourceName()
- Gets the data source name.
- Returns:
- the data source name
setDataSourceName
public void setDataSourceName(String dataSourceName)
- Sets the data source name.
- Parameters:
dataSourceName
- the new data source name
toJson
public String toJson()
throws IOException
- Specified by:
toJson
in class DataSource
- Throws:
IOException
Copyright © 2012. All Rights Reserved.