protected class UTMBaseGraticuleLayer.SquareZone extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<AbstractGraticuleLayer.GridElement> |
gridElements |
protected String |
name |
protected UTMBaseGraticuleLayer.SquareGrid |
squareGrid |
Constructor and Description |
---|
SquareZone(int UTMZone,
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(String name) |
void |
setNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz) |
protected ArrayList<AbstractGraticuleLayer.GridElement> gridElements
protected String name
protected UTMBaseGraticuleLayer.SquareGrid squareGrid
public void clearRenderables()
public void createRenderables()
public void selectRenderables(DrawContext dc, Sector vs)
public void setEastNeighbor(UTMBaseGraticuleLayer.SquareZone sz)
public void setName(String name)
public void setNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz)