|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerSourceDescription
com.esri.arcgisws.DataSourceDescription
com.esri.arcgisws.RasterDataSourceDescription
public class RasterDataSourceDescription
Java class for RasterDataSourceDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RasterDataSourceDescription">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataSourceDescription">
<sequence>
<element name="RasterName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RasterDataSourceDescription()
RasterDataSourceDescription default constructor. |
|
RasterDataSourceDescription(java.lang.String workspaceID,
java.lang.String rasterName)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getRasterName()
Gets the value of the rasterName property. |
void |
setRasterName(java.lang.String value)
Sets the value of the rasterName property. |
| Methods inherited from class com.esri.arcgisws.DataSourceDescription |
|---|
getWorkspaceID, setWorkspaceID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public RasterDataSourceDescription(java.lang.String workspaceID,
java.lang.String rasterName)
public RasterDataSourceDescription()
| Method Detail |
|---|
public java.lang.String getRasterName()
Stringpublic void setRasterName(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||