public class EarthDebugger
extends java.lang.Object
finish()
to get the
resulting HTML that you should save and load with a browser.Constructor and Description |
---|
EarthDebugger() |
EarthDebugger(double centerLat,
double centerLon,
double altitudeMeters) |
Modifier and Type | Method and Description |
---|---|
void |
addCircle(double centerLat,
double centerLon,
double radiusMeters,
boolean alsoAddBBox) |
void |
addLatLine(double lat,
double minLon,
double maxLon)
Draws a line a fixed latitude, spanning the min/max longitude
|
void |
addLonLine(double minLat,
double maxLat,
double lon)
Draws a line a fixed longitude, spanning the min/max latitude
|
void |
addPoint(double lat,
double lon) |
void |
addPolygon(Polygon poly) |
void |
addPolygon(Polygon poly,
java.lang.String color) |
void |
addRect(double minLat,
double maxLat,
double minLon,
double maxLon) |
void |
addRect(double minLat,
double maxLat,
double minLon,
double maxLon,
java.lang.String color) |
java.lang.String |
finish() |
public EarthDebugger()
public EarthDebugger(double centerLat, double centerLon, double altitudeMeters)
public void addPolygon(Polygon poly)
public void addPolygon(Polygon poly, java.lang.String color)
public void addRect(double minLat, double maxLat, double minLon, double maxLon)
public void addRect(double minLat, double maxLat, double minLon, double maxLon, java.lang.String color)
public void addLatLine(double lat, double minLon, double maxLon)
public void addLonLine(double minLat, double maxLat, double lon)
public void addPoint(double lat, double lon)
public void addCircle(double centerLat, double centerLon, double radiusMeters, boolean alsoAddBBox)
public java.lang.String finish()
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.