org.gcube.spatial.data.gis
Class URIUtils
java.lang.Object
org.gcube.spatial.data.gis.URIUtils
public class URIUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRS
public static final String CRS
- See Also:
- Constant Field Values
WMS_PROTOCOL
public static final String WMS_PROTOCOL
- See Also:
- Constant Field Values
WFS_PROTOCOL
public static final String WFS_PROTOCOL
- See Also:
- Constant Field Values
HTTP_PROTOCOL
public static final String HTTP_PROTOCOL
- See Also:
- Constant Field Values
URIUtils
public URIUtils()
getWmsUrl
public static String getWmsUrl(String geoServerUrl,
String layerName,
String style,
BoundingBox bbox)
getWfsUrl
public static String getWfsUrl(String geoServerUrl,
String layerName)
getWcsUrl
public static String getWcsUrl(String geoServerUrl,
String layerName,
BoundingBox bbox)
getStyleFromGSLayerEncoder
public static String getStyleFromGSLayerEncoder(it.geosolutions.geoserver.rest.encoder.GSLayerEncoder encoder)
getProtocol
public static final String getProtocol(String uri)
Copyright © 2014. All Rights Reserved.