Package | Description |
---|---|
com.metsci.glimpse.dnc.convert |
Modifier and Type | Field and Description |
---|---|
Vpf.Edge |
Vpf.RingEdgesBacktrackException.currentEdge |
Modifier and Type | Field and Description |
---|---|
List<Vpf.Edge> |
Vpf.RingEdgesBacktrackException.edgesExtracted |
List<Vpf.Edge> |
Vpf.RingEdgesBacktrackException.edgesRegularizedSoFar |
Modifier and Type | Method and Description |
---|---|
Vpf.Edge |
Vpf.Edge.flipped() |
Modifier and Type | Method and Description |
---|---|
static List<Vpf.Edge> |
Vpf.extractRingEdges(gov.nasa.worldwind.formats.vpf.VPFPrimitiveData primitiveData,
gov.nasa.worldwind.util.VecBufferSequence edgeTableData,
gov.nasa.worldwind.formats.vpf.VPFPrimitiveData.Ring ring) |
static List<Vpf.Edge> |
Vpf.regularizeRingEdges(List<Vpf.Edge> extractedRingEdges) |
Modifier and Type | Method and Description |
---|---|
static List<gov.nasa.worldwind.geom.LatLon> |
Vpf.locations(List<Vpf.Edge> edges) |
static List<Vpf.Edge> |
Vpf.regularizeRingEdges(List<Vpf.Edge> extractedRingEdges) |
Constructor and Description |
---|
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted,
List<Vpf.Edge> edgesRegularizedSoFar,
Vpf.Edge currentEdge) |
Constructor and Description |
---|
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted,
List<Vpf.Edge> edgesRegularizedSoFar) |
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted,
List<Vpf.Edge> edgesRegularizedSoFar) |
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted,
List<Vpf.Edge> edgesRegularizedSoFar,
Vpf.Edge currentEdge) |
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted,
List<Vpf.Edge> edgesRegularizedSoFar,
Vpf.Edge currentEdge) |
Copyright © 2016 Metron, Inc.. All rights reserved.