Package | Description |
---|---|
gov.nasa.worldwind.util |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<java.lang.Integer,java.util.LinkedHashMap<ContourBuilder.Direction,ContourBuilder.Direction>> |
ContourBuilder.dirNext |
protected static java.util.Map<java.lang.Integer,java.util.LinkedHashMap<ContourBuilder.Direction,ContourBuilder.Direction>> |
ContourBuilder.dirNext |
protected static java.util.Map<ContourBuilder.Direction,ContourBuilder.Direction> |
ContourBuilder.dirRev |
protected static java.util.Map<ContourBuilder.Direction,ContourBuilder.Direction> |
ContourBuilder.dirRev |
java.util.Map<ContourBuilder.Direction,java.lang.Double> |
ContourBuilder.CellInfo.edgeWeights |
java.util.Set<ContourBuilder.Direction> |
ContourBuilder.CellInfo.visitedDirections |
Modifier and Type | Method and Description |
---|---|
static ContourBuilder.Direction |
ContourBuilder.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContourBuilder.Direction[] |
ContourBuilder.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ContourBuilder.addIntersection(ContourBuilder.CellInfo cell,
ContourBuilder.Direction dir) |
protected ContourBuilder.CellInfo |
ContourBuilder.nextCell(ContourBuilder.CellInfo cell,
ContourBuilder.Direction dir) |
protected void |
ContourBuilder.traverseContour(ContourBuilder.CellInfo cell,
ContourBuilder.Direction dir) |