Uses of Class
com.metsci.glimpse.dnc.convert.Vpf.Edge
-
Packages that use Vpf.Edge Package Description com.metsci.glimpse.dnc.convert -
-
Uses of Vpf.Edge in com.metsci.glimpse.dnc.convert
Fields in com.metsci.glimpse.dnc.convert declared as Vpf.Edge Modifier and Type Field Description Vpf.Edge
Vpf.RingEdgesBacktrackException. currentEdge
Fields in com.metsci.glimpse.dnc.convert with type parameters of type Vpf.Edge Modifier and Type Field Description List<Vpf.Edge>
Vpf.RingEdgesBacktrackException. edgesExtracted
List<Vpf.Edge>
Vpf.RingEdgesBacktrackException. edgesRegularizedSoFar
Methods in com.metsci.glimpse.dnc.convert that return Vpf.Edge Modifier and Type Method Description Vpf.Edge
Vpf.Edge. flipped()
Methods in com.metsci.glimpse.dnc.convert that return types with arguments of type Vpf.Edge Modifier and Type Method 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)
Method parameters in com.metsci.glimpse.dnc.convert with type arguments of type Vpf.Edge Modifier and Type Method Description static List<gov.nasa.worldwind.geom.LatLon>
Vpf. locations(List<Vpf.Edge> edges)
static List<Vpf.Edge>
Vpf. regularizeRingEdges(List<Vpf.Edge> extractedRingEdges)
Constructors in com.metsci.glimpse.dnc.convert with parameters of type Vpf.Edge Constructor Description RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted, List<Vpf.Edge> edgesRegularizedSoFar, Vpf.Edge currentEdge)
Constructor parameters in com.metsci.glimpse.dnc.convert with type arguments of type Vpf.Edge Constructor Description RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted, List<Vpf.Edge> edgesRegularizedSoFar)
RingEdgesBacktrackException(List<Vpf.Edge> edgesExtracted, List<Vpf.Edge> edgesRegularizedSoFar, Vpf.Edge currentEdge)
-