protected class UTMBaseGraticuleLayer.MetricScaleSupport
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
MetricScaleSupport() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
computeMetricScaleExtremes(int UTMZone,
java.lang.String hemisphere,
AbstractGraticuleLayer.GridElement ge,
double size) |
void |
computeZone(DrawContext dc) |
int |
getZone() |
void |
selectRenderables(DrawContext dc) |
void |
setMaxResolution(double resolutionInMeter) |
void |
setScaleModulo(int modulo) |
java.lang.String |
toString() |
public void clear()
public void computeMetricScaleExtremes(int UTMZone, java.lang.String hemisphere, AbstractGraticuleLayer.GridElement ge, double size)
public void computeZone(DrawContext dc)
public int getZone()
public void selectRenderables(DrawContext dc)
public void setMaxResolution(double resolutionInMeter)
public void setScaleModulo(int modulo)
public java.lang.String toString()
toString
in class java.lang.Object