Package gov.nasa.worldwind.layers
Class GARSGraticuleLayer.GraticuleTile
- java.lang.Object
-
- gov.nasa.worldwind.layers.GARSGraticuleLayer.GraticuleTile
-
- Enclosing class:
- GARSGraticuleLayer
protected class GARSGraticuleLayer.GraticuleTile extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraticuleTile(Sector sector, int divisions, int level)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddLabel(java.lang.String label, Sector sector, double resolution)voidclearRenderables()ExtentgetExtent(Globe globe, double ve)doublegetSizeInPixels(DrawContext dc)booleanisInView(DrawContext dc)voidselectRenderables(DrawContext dc)
-
-
-
Constructor Detail
-
GraticuleTile
public GraticuleTile(Sector sector, int divisions, int level)
-
-
Method Detail
-
isInView
public boolean isInView(DrawContext dc)
-
getSizeInPixels
public double getSizeInPixels(DrawContext dc)
-
selectRenderables
public void selectRenderables(DrawContext dc)
-
clearRenderables
public void clearRenderables()
-
addLabel
protected void addLabel(java.lang.String label, Sector sector, double resolution)
-
-