Class 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​(java.lang.String workspaceId, java.lang.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
      java.lang.String getDataSourceName()
      Gets the data source name.
      java.lang.String getWorkspaceId()
      Gets the workspace ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RasterSublayerSource

        public RasterSublayerSource​(java.lang.String workspaceId,
                                    java.lang.String dataSourceName)
        Create a raster sublayer source from a workspace ID and a data source name.
        Parameters:
        workspaceId - the workspace ID
        dataSourceName - the data source name
        Throws:
        java.lang.IllegalArgumentException - if workspaceId is null or empty
        java.lang.IllegalArgumentException - if dataSourceName is null or empty
        Since:
        100.1.0
    • Method Detail

      • getWorkspaceId

        public java.lang.String getWorkspaceId()
        Gets the workspace ID.
        Returns:
        the workspace ID
        Since:
        100.1.0
      • getDataSourceName

        public java.lang.String getDataSourceName()
        Gets the data source name.
        Returns:
        the data source name
        Since:
        100.1.0