public class GliderTestApp extends ApplicationTemplate
Modifier and Type | Class and Description |
---|---|
static class |
GliderTestApp.GliderAppFrame |
static class |
GliderTestApp.GliderAppPanel |
ApplicationTemplate.AppFrame, ApplicationTemplate.AppPanel
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
cloudImagePath |
protected static java.util.List<LatLon> |
corners |
protected static LatLon |
ne |
protected static LatLon |
nw |
protected static LatLon |
se |
protected static LatLon |
sw |
Constructor and Description |
---|
GliderTestApp() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
protected static java.util.ArrayList<LatLon> |
makeBorder(float[][] field,
int width,
int height,
java.util.ArrayList<LatLon> latLons) |
protected static float[][] |
makeField(java.util.List<LatLon> corners,
int width,
int height,
Angle angle) |
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
protected static java.lang.String cloudImagePath
protected static java.util.List<LatLon> corners
protected static LatLon ne
protected static LatLon nw
protected static LatLon se
protected static LatLon sw