Class URIUtils


  • public class URIUtils
    extends Object
    • Constructor Detail

      • URIUtils

        public URIUtils()
    • Method Detail

      • getWmsUrl

        @Deprecated
        public static String getWmsUrl​(String geoServerUrl,
                                       String layerName,
                                       String style,
                                       org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingBox bbox)
        Deprecated.
      • getWcsUrl

        @Deprecated
        public static String getWcsUrl​(String geoServerUrl,
                                       String layerName,
                                       org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingBox bbox)
        Deprecated.
      • getGisLinkByUUID

        @Deprecated
        public static String getGisLinkByUUID​(String uuid)
                                       throws org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapException,
                                              org.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
        Deprecated.
        Throws:
        org.gcube.portlets.user.uriresolvermanager.exception.UriResolverMapException
        org.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
      • getStyleFromGSLayerEncoder

        public static String getStyleFromGSLayerEncoder​(it.geosolutions.geoserver.rest.encoder.GSLayerEncoder encoder)