Package org.gcube.spatial.data.gis
Class URIUtils
- java.lang.Object
-
- org.gcube.spatial.data.gis.URIUtils
-
public class URIUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description URIUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetGisLinkByUUID(String uuid)Deprecated.static StringgetProtocol(String uri)Deprecated.static StringgetStyleFromGSLayerEncoder(it.geosolutions.geoserver.rest.encoder.GSLayerEncoder encoder)static StringgetWcsUrl(String geoServerUrl, String layerName, org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingBox bbox)Deprecated.static StringgetWfsUrl(String geoServerUrl, String layerName)Deprecated.static StringgetWmsUrl(String geoServerUrl, String layerName, String style, org.gcube.spatial.data.geonetwork.iso.tpl.extent.BoundingBox bbox)Deprecated.
-
-
-
Field Detail
-
CRS
public static final String CRS
- See Also:
- Constant Field Values
-
-
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.
-
getWfsUrl
@Deprecated public static String getWfsUrl(String geoServerUrl, String layerName)
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.UriResolverMapExceptionorg.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
-
getStyleFromGSLayerEncoder
public static String getStyleFromGSLayerEncoder(it.geosolutions.geoserver.rest.encoder.GSLayerEncoder encoder)
-
getProtocol
@Deprecated public static final String getProtocol(String uri)
Deprecated.
-
-