org.gcube.spatial.data.gis
Class URIUtils

java.lang.Object
  extended by org.gcube.spatial.data.gis.URIUtils

public class URIUtils
extends Object


Field Summary
static String CRS
           
static String HTTP_PROTOCOL
           
static String WFS_PROTOCOL
           
static String WMS_PROTOCOL
           
 
Constructor Summary
URIUtils()
           
 
Method Summary
static String getProtocol(String uri)
           
static String getStyleFromGSLayerEncoder(it.geosolutions.geoserver.rest.encoder.GSLayerEncoder encoder)
           
static String getWcsUrl(String geoServerUrl, String layerName, BoundingBox bbox)
           
static String getWfsUrl(String geoServerUrl, String layerName)
           
static String getWmsUrl(String geoServerUrl, String layerName, String style, BoundingBox bbox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

URIUtils

public URIUtils()
Method Detail

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.