java.lang.Object
com.esri.arcgisruntime.layers.SublayerSource
com.esri.arcgisruntime.layers.RasterSublayerSource
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
ConstructorDescriptionRasterSublayerSource
(String workspaceId, String dataSourceName) Create a raster sublayer source from a workspace ID and a data source name. -
Method Summary
Modifier and TypeMethodDescriptionGets the data source name.Gets the workspace ID.
-
Constructor Details
-
RasterSublayerSource
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
-
-
Method Details
-
getWorkspaceId
Gets the workspace ID.- Returns:
- the workspace ID
- Since:
- 100.1.0
-
getDataSourceName
Gets the data source name.- Returns:
- the data source name
- Since:
- 100.1.0
-