Package com.esri.arcgisruntime.layers
Class RasterSublayerSource
- java.lang.Object
-
- com.esri.arcgisruntime.layers.SublayerSource
-
- com.esri.arcgisruntime.layers.RasterSublayerSource
-
public final class RasterSublayerSource extends SublayerSource
Raster sublayer source is a file-based raster that resides in a raster workspace that has been registered with a service that supports Dynamic Layers.- Since:
- 100.1.0
-
-
Constructor Summary
Constructors Constructor Description RasterSublayerSource(String workspaceId, String dataSourceName)
Create a raster sublayer source from a workspace ID and a data source name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDataSourceName()
Gets the data source name.String
getWorkspaceId()
Gets the workspace ID.
-
-
-
Constructor Detail
-
RasterSublayerSource
public RasterSublayerSource(String workspaceId, String dataSourceName)
Create a raster sublayer source from a workspace ID and a data source name.- Parameters:
workspaceId
- the workspace IDdataSourceName
- the data source name- Throws:
IllegalArgumentException
- if workspaceId is null or emptyIllegalArgumentException
- if dataSourceName is null or empty- Since:
- 100.1.0
-
-