Package | Description |
---|---|
gov.nasa.worldwind.util |
Modifier and Type | Field and Description |
---|---|
protected static Map<Integer,LinkedHashMap<ContourBuilder.Direction,ContourBuilder.Direction>> |
ContourBuilder.dirNext |
protected static Map<Integer,LinkedHashMap<ContourBuilder.Direction,ContourBuilder.Direction>> |
ContourBuilder.dirNext |
protected static Map<ContourBuilder.Direction,ContourBuilder.Direction> |
ContourBuilder.dirRev |
protected static Map<ContourBuilder.Direction,ContourBuilder.Direction> |
ContourBuilder.dirRev |
Map<ContourBuilder.Direction,Double> |
ContourBuilder.CellInfo.edgeWeights |
Set<ContourBuilder.Direction> |
ContourBuilder.CellInfo.visitedDirections |
Modifier and Type | Method and Description |
---|---|
static ContourBuilder.Direction |
ContourBuilder.Direction.valueOf(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) |