protected class UTMBaseGraticuleLayer.SquareZone
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AbstractGraticuleLayer.GridElement> |
gridElements |
protected java.lang.String |
name |
protected UTMBaseGraticuleLayer.SquareGrid |
squareGrid |
Constructor and Description |
---|
SquareZone(int UTMZone,
java.lang.String hemisphere,
Sector UTMZoneSector,
double SWEasting,
double SWNorthing,
double size) |
Modifier and Type | Method and Description |
---|---|
void |
clearRenderables() |
void |
createRenderables() |
void |
selectRenderables(DrawContext dc,
Sector vs) |
void |
setEastNeighbor(UTMBaseGraticuleLayer.SquareZone sz) |
void |
setName(java.lang.String name) |
void |
setNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz) |
protected java.util.ArrayList<AbstractGraticuleLayer.GridElement> gridElements
protected java.lang.String name
protected UTMBaseGraticuleLayer.SquareGrid squareGrid
public SquareZone(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double SWEasting, double SWNorthing, double size)
public void clearRenderables()
public void createRenderables()
public void selectRenderables(DrawContext dc, Sector vs)
public void setEastNeighbor(UTMBaseGraticuleLayer.SquareZone sz)
public void setName(java.lang.String name)
public void setNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz)