Uses of Class
gov.nasa.worldwind.util.ContourList
- 
Packages that use ContourList Package Description gov.nasa.worldwind.render gov.nasa.worldwind.util gov.nasa.worldwind.util.combine gov.nasa.worldwindx.examples 
- 
- 
Uses of ContourList in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as ContourList Modifier and Type Field Description protected ContourListSurfaceMultiPolygon. boundariesMethods in gov.nasa.worldwind.render with parameters of type ContourList Modifier and Type Method Description voidSurfaceMultiPolygon. addAllBoundaries(ContourList contours)Constructors in gov.nasa.worldwind.render with parameters of type ContourList Constructor Description SurfaceMultiPolygon(ShapeAttributes normalAttrs, ContourList contours)SurfaceMultiPolygon(ContourList contours)
- 
Uses of ContourList in gov.nasa.worldwind.utilMethods in gov.nasa.worldwind.util with parameters of type ContourList Modifier and Type Method Description voidContourList. addAllContours(ContourList that)Constructors in gov.nasa.worldwind.util with parameters of type ContourList Constructor Description ContourList(ContourList that)
- 
Uses of ContourList in gov.nasa.worldwind.util.combineFields in gov.nasa.worldwind.util.combine declared as ContourList Modifier and Type Field Description protected ContourListCombineContext. contoursThe list of contours representing the result of a boolean operation on one or more Combinable shapes.Methods in gov.nasa.worldwind.util.combine that return ContourList Modifier and Type Method Description ContourListShapeCombiner. difference(Combinable... shapes)ContourListCombineContext. getContours()Returns the list of contours representing the result of a boolean operation on one or more Combinable shapes.ContourListShapeCombiner. intersection(Combinable... shapes)ContourListShapeCombiner. union(Combinable... shapes)
- 
Uses of ContourList in gov.nasa.worldwindx.examplesMethods in gov.nasa.worldwindx.examples that return ContourList Modifier and Type Method Description protected ContourListShapeClippingPanel. clipShape()Methods in gov.nasa.worldwindx.examples with parameters of type ContourList Modifier and Type Method Description protected voidShapeClippingPanel. displayClippedShape(ContourList contours)protected voidShapeCombining.AppFrame. displayContours(ContourList contours, java.lang.String displayName, Position offset)
 
-