org.gcube.dataanalysis.geo.utils
Class EnvDataExplorer

java.lang.Object
  extended by org.gcube.dataanalysis.geo.utils.EnvDataExplorer

public class EnvDataExplorer
extends Object


Constructor Summary
EnvDataExplorer()
           
 
Method Summary
static ucar.ma2.ArrayDouble.D2 arrayByte2DArrayDouble(ucar.ma2.ArrayByte bytes)
           
static ucar.ma2.ArrayDouble.D3 arrayByte3DArrayDouble(ucar.ma2.ArrayByte bytes)
           
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvDataExplorer

public EnvDataExplorer()
Method Detail

getFeatures

public static LinkedHashMap<String,Double> getFeatures(String geoserver,
                                                       String layer,
                                                       double x,
                                                       double y)

getFeatures

public static List<FeaturedPolygon> getFeatures(String geoserver,
                                                String layer,
                                                double xL,
                                                double yL,
                                                double xR,
                                                double yR)

buildGeometryFromCoordinates

public static com.vividsolutions.jts.geom.Geometry buildGeometryFromCoordinates(List<double[]> coords)

WFS2Coordinates

public static List<double[]> WFS2Coordinates(String wfsgeometry)

main1

public static void main1(String[] args)

arrayByte3DArrayDouble

public static ucar.ma2.ArrayDouble.D3 arrayByte3DArrayDouble(ucar.ma2.ArrayByte bytes)

arrayByte2DArrayDouble

public static ucar.ma2.ArrayDouble.D2 arrayByte2DArrayDouble(ucar.ma2.ArrayByte bytes)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.