Package gov.nasa.worldwind.render
Class AbstractSurfaceShape.GeometryKey
- java.lang.Object
-
- gov.nasa.worldwind.render.AbstractSurfaceShape.GeometryKey
-
- Enclosing class:
- AbstractSurfaceShape
protected static class AbstractSurfaceShape.GeometryKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected doubleedgeIntervalsPerDegreeprotected Globeglobe
-
Constructor Summary
Constructors Constructor Description GeometryKey(DrawContext dc, double edgeIntervalsPerDegree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()
-
-
-
Field Detail
-
globe
protected Globe globe
-
edgeIntervalsPerDegree
protected double edgeIntervalsPerDegree
-
-
Constructor Detail
-
GeometryKey
public GeometryKey(DrawContext dc, double edgeIntervalsPerDegree)
-
-