Package gov.nasa.worldwind.layers.Earth
Class UTMBaseGraticuleLayer.SquareZone
- java.lang.Object
-
- gov.nasa.worldwind.layers.Earth.UTMBaseGraticuleLayer.SquareZone
-
- Enclosing class:
- UTMBaseGraticuleLayer
protected class UTMBaseGraticuleLayer.SquareZone extends java.lang.ObjectRepresent a 100km square zone inside an UTM zone.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayList<AbstractGraticuleLayer.GridElement>gridElementsprotected java.lang.Stringnameprotected UTMBaseGraticuleLayer.SquareGridsquareGrid
-
Constructor Summary
Constructors Constructor Description SquareZone(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double SWEasting, double SWNorthing, double size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearRenderables()voidcreateRenderables()voidselectRenderables(DrawContext dc, Sector vs)voidsetEastNeighbor(UTMBaseGraticuleLayer.SquareZone sz)voidsetName(java.lang.String name)voidsetNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz)
-
-
-
Field Detail
-
name
protected java.lang.String name
-
squareGrid
protected UTMBaseGraticuleLayer.SquareGrid squareGrid
-
gridElements
protected java.util.ArrayList<AbstractGraticuleLayer.GridElement> gridElements
-
-
Constructor Detail
-
SquareZone
public SquareZone(int UTMZone, java.lang.String hemisphere, Sector UTMZoneSector, double SWEasting, double SWNorthing, double size)
-
-
Method Detail
-
setName
public void setName(java.lang.String name)
-
setNorthNeighbor
public void setNorthNeighbor(UTMBaseGraticuleLayer.SquareZone sz)
-
setEastNeighbor
public void setEastNeighbor(UTMBaseGraticuleLayer.SquareZone sz)
-
selectRenderables
public void selectRenderables(DrawContext dc, Sector vs)
-
clearRenderables
public void clearRenderables()
-
createRenderables
public void createRenderables()
-
-