org.gcube.dataanalysis.environment.explorer
Class PointToWFS

java.lang.Object
  extended by org.gcube.dataanalysis.environment.explorer.PointToWFS

public class PointToWFS
extends Object


Constructor Summary
PointToWFS()
           
 
Method Summary
static String buildBoundingBox(float x1, float y1, float x2, float y2)
           
static String getWfsFeatureUrl(String geoServerUrl, String layerName, String bbox, int limit, String format)
           
static String pointToBoundingBox(float x1, float y1, float tolerance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointToWFS

public PointToWFS()
Method Detail

getWfsFeatureUrl

public static String getWfsFeatureUrl(String geoServerUrl,
                                      String layerName,
                                      String bbox,
                                      int limit,
                                      String format)

buildBoundingBox

public static String buildBoundingBox(float x1,
                                      float y1,
                                      float x2,
                                      float y2)

pointToBoundingBox

public static String pointToBoundingBox(float x1,
                                        float y1,
                                        float tolerance)


Copyright © 2013. All Rights Reserved.