NASA World Wind

gov.nasa.worldwind.layers.Earth
Class UTMGraticuleLayer.GridElement

java.lang.Object
  extended by gov.nasa.worldwind.layers.Earth.UTMGraticuleLayer.GridElement
Enclosing class:
UTMGraticuleLayer

protected class UTMGraticuleLayer.GridElement
extends Object


Field Summary
protected  Object renderable
           
protected  Sector sector
           
protected  String type
           
static String TYPE_GRIDZONE_LABEL
           
static String TYPE_LATITUDE_LABEL
           
static String TYPE_LINE
           
static String TYPE_LINE_EAST
           
static String TYPE_LINE_EASTING
           
static String TYPE_LINE_NORTH
           
static String TYPE_LINE_NORTHING
           
static String TYPE_LINE_SOUTH
           
static String TYPE_LINE_WEST
           
static String TYPE_LONGITUDE_LABEL
           
protected  double value
           
 
Constructor Summary
UTMGraticuleLayer.GridElement(Sector sector, Object renderable, String type)
           
 
Method Summary
 boolean isInView(DrawContext dc)
           
 boolean isInView(DrawContext dc, Sector vs)
           
 void setValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderable

protected final Object renderable

sector

protected final Sector sector

type

protected final String type

TYPE_GRIDZONE_LABEL

public static final String TYPE_GRIDZONE_LABEL
See Also:
Constant Field Values

TYPE_LATITUDE_LABEL

public static final String TYPE_LATITUDE_LABEL
See Also:
Constant Field Values

TYPE_LINE

public static final String TYPE_LINE
See Also:
Constant Field Values

TYPE_LINE_EAST

public static final String TYPE_LINE_EAST
See Also:
Constant Field Values

TYPE_LINE_EASTING

public static final String TYPE_LINE_EASTING
See Also:
Constant Field Values

TYPE_LINE_NORTH

public static final String TYPE_LINE_NORTH
See Also:
Constant Field Values

TYPE_LINE_NORTHING

public static final String TYPE_LINE_NORTHING
See Also:
Constant Field Values

TYPE_LINE_SOUTH

public static final String TYPE_LINE_SOUTH
See Also:
Constant Field Values

TYPE_LINE_WEST

public static final String TYPE_LINE_WEST
See Also:
Constant Field Values

TYPE_LONGITUDE_LABEL

public static final String TYPE_LONGITUDE_LABEL
See Also:
Constant Field Values

value

protected double value
Constructor Detail

UTMGraticuleLayer.GridElement

public UTMGraticuleLayer.GridElement(Sector sector,
                                     Object renderable,
                                     String type)
Method Detail

isInView

public boolean isInView(DrawContext dc)

isInView

public boolean isInView(DrawContext dc,
                        Sector vs)

setValue

public void setValue(double value)

NASA World Wind