public class WFSDataExplorer extends Object
| Constructor and Description |
|---|
WFSDataExplorer() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
buildGeometryFromCoordinates(List<double[]> coords) |
static LinkedHashMap<String,Double> |
getFeatures(String geoserver,
String layer,
double x,
double y) |
static List<FeaturedPolygon> |
getFeatures(String geoserver,
String layer,
double xL,
double yL,
double xR,
double yR) |
static void |
main(String[] args) |
static void |
main1(String[] args) |
static List<double[]> |
WFS2Coordinates(String wfsgeometry) |
public static LinkedHashMap<String,Double> getFeatures(String geoserver, String layer, double x, double y)
public static List<FeaturedPolygon> getFeatures(String geoserver, String layer, double xL, double yL, double xR, double yR)
public static com.vividsolutions.jts.geom.Geometry buildGeometryFromCoordinates(List<double[]> coords)
public static void main1(String[] args)
public static void main(String[] args)
Copyright © 2017. All Rights Reserved.