Class ProfileGraphGUI
- java.lang.Object
-
- org.openjump.core.ui.plugin.raster.ProfileGraphGUI
-
public class ProfileGraphGUI extends Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProfileGraphGUI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addPoint(double x, double y)
static void
calculateProfile(org.locationtech.jts.geom.Coordinate[] coords)
static Object[]
doubleToObject(double[] data)
static int
getBand()
static RasterImageLayer
getLayer()
static Plot2DPanelOJ
getPlotPanel(FeatureCollection fc, String name)
static void
processLine(org.locationtech.jts.geom.Geometry line)
static void
processSegment(double x, double y, double x2, double y2)
protected static org.locationtech.jts.geom.Coordinate[]
toArray(List<org.locationtech.jts.geom.Coordinate> coordinates)
-
-
-
Field Detail
-
LAYER_NAME
public final String LAYER_NAME
-
MIN
public static final String MIN
-
MEAN
public static final String MEAN
-
MAX
public static final String MAX
-
SUM
public static final String SUM
-
CELL_SIZE
public static final String CELL_SIZE
-
PLOT
public static final String PLOT
-
PROFILEPTS
public static final String PROFILEPTS
-
PROFILE_INFO
public static final String PROFILE_INFO
-
PROFILE_LENGTH
public static final String PROFILE_LENGTH
-
STARTING_POINT
public static final String STARTING_POINT
-
ENDING_POINT
public static final String ENDING_POINT
-
MEAN_SLOPE
public static final String MEAN_SLOPE
-
TIMES
public static final String TIMES
-
SLOPE
public static final String SLOPE
-
DEGREES
public static final String DEGREES
-
TABLE_VIEW
public static final String TABLE_VIEW
-
RELATIVE_SLOPE
public static final String RELATIVE_SLOPE
-
ABSOLUTE_SLOPE
public static final String ABSOLUTE_SLOPE
-
TYPE_SLOPE
public static final String TYPE_SLOPE
-
HOURS
public static final String HOURS
-
MINUTES
public static final String MINUTES
-
FLAT
public static final String FLAT
-
UPHILL
public static final String UPHILL
-
DOWNHILL
public static final String DOWNHILL
-
CALCULATE_TIMES
public static final String CALCULATE_TIMES
-
UNIT
public static final String UNIT
-
TIMES_TOOLTIP
public static final String TIMES_TOOLTIP
-
wFrame
public static WorkbenchFrame wFrame
-
gf
public static org.locationtech.jts.geom.GeometryFactory gf
-
resultFC
public static FeatureCollection resultFC
-
resultFSchema
public static FeatureSchema resultFSchema
-
htmlString
public static String htmlString
-
dDist
public static double dDist
-
dHorzDist
public static double dHorzDist
-
dSlope
public static double dSlope
-
dY
public static double dY
-
m_dLastX
public static double m_dLastX
-
m_dLastY
public static double m_dLastY
-
m_dLastZ
public static double m_dLastZ
-
nPoints
public static int nPoints
-
n
public static int n
-
coordinates
public static ArrayList<org.locationtech.jts.geom.Coordinate> coordinates
-
layerUnit
public static String layerUnit
-
unit
public static String unit
-
speedUnit
public static String speedUnit
-
unitConvert
public static double unitConvert
-
darkLabelFont
protected static Font darkLabelFont
-
HEIGHT
public static String HEIGHT
-
WIDTH
public static String WIDTH
-
datas2
public static double[][] datas2
-
-
Method Detail
-
getLayer
public static RasterImageLayer getLayer()
-
getBand
public static int getBand()
-
calculateProfile
public static void calculateProfile(org.locationtech.jts.geom.Coordinate[] coords) throws IOException, RasterImageLayer.RasterDataNotFoundException
-
toArray
protected static org.locationtech.jts.geom.Coordinate[] toArray(List<org.locationtech.jts.geom.Coordinate> coordinates)
-
processSegment
public static void processSegment(double x, double y, double x2, double y2) throws RasterImageLayer.RasterDataNotFoundException, IOException
-
processLine
public static void processLine(org.locationtech.jts.geom.Geometry line) throws IOException, RasterImageLayer.RasterDataNotFoundException
-
addPoint
public static void addPoint(double x, double y) throws RasterImageLayer.RasterDataNotFoundException, IOException
-
getPlotPanel
public static Plot2DPanelOJ getPlotPanel(FeatureCollection fc, String name)
-
doubleToObject
public static Object[] doubleToObject(double[] data)
-
-