com.esri.core.internal.value
Class RasterDataSource

java.lang.Object
  extended by com.esri.core.internal.value.DataSource
      extended by com.esri.core.internal.value.RasterDataSource

public class RasterDataSource
extends DataSource


Nested Class Summary
 
Nested classes/interfaces inherited from class com.esri.core.internal.value.DataSource
DataSource.DataSourceType
 
Constructor Summary
RasterDataSource()
          Instantiates a new raster data source.
 
Method Summary
 String getDataSourceName()
          Gets the data source name.
 String getWorkspaceId()
          Gets the workspace id.
 void setDataSourceName(String dataSourceName)
          Sets the data source name.
 void setWorkspaceId(String id)
          Sets the workspace id.
 String toJson()
           
 
Methods inherited from class com.esri.core.internal.value.DataSource
getType, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterDataSource

public RasterDataSource()
Instantiates a new raster data source.

Method Detail

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.