Class DatasetImageOverviewUtilities


  • public class DatasetImageOverviewUtilities
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PERM_ID_PARAMETER_KEY
      The HTTP URL parameter used to specify the data set identifier.
      static java.lang.String RESOLUTION_PARAMETER_KEY
      The HTTP URL parameter used to specify the resolution of a requested image.
      static java.lang.String SERVLET_NAME  
      static java.lang.String SESSION_ID_PARAM
      The HTTP URL parameter used to specify the DSS session id.
      static java.lang.String TYPE_PARAMETER_KEY
      The HTTP URL parameter used to specify the data set type code.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String createEmbededImageHtml​(java.lang.String dssBaseURL, java.lang.String permId, java.lang.String typeCode, java.lang.String sessionId)
      generates URL of an image on Data Store server
      • Methods inherited from class java.lang.Object

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

      • PERM_ID_PARAMETER_KEY

        public static final java.lang.String PERM_ID_PARAMETER_KEY
        The HTTP URL parameter used to specify the data set identifier.
        See Also:
        Constant Field Values
      • TYPE_PARAMETER_KEY

        public static final java.lang.String TYPE_PARAMETER_KEY
        The HTTP URL parameter used to specify the data set type code.
        See Also:
        Constant Field Values
      • RESOLUTION_PARAMETER_KEY

        public static final java.lang.String RESOLUTION_PARAMETER_KEY
        The HTTP URL parameter used to specify the resolution of a requested image.
        See Also:
        Constant Field Values
      • SESSION_ID_PARAM

        public static final java.lang.String SESSION_ID_PARAM
        The HTTP URL parameter used to specify the DSS session id.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DatasetImageOverviewUtilities

        public DatasetImageOverviewUtilities()
    • Method Detail

      • createEmbededImageHtml

        public static java.lang.String createEmbededImageHtml​(java.lang.String dssBaseURL,
                                                              java.lang.String permId,
                                                              java.lang.String typeCode,
                                                              java.lang.String sessionId)
        generates URL of an image on Data Store server