Package | Description |
---|---|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.util | |
gov.nasa.worldwind.util.combine | |
gov.nasa.worldwindx.examples |
Modifier and Type | Field and Description |
---|---|
protected ContourList |
SurfaceMultiPolygon.boundaries |
Modifier and Type | Method and Description |
---|---|
void |
SurfaceMultiPolygon.addAllBoundaries(ContourList contours) |
Constructor and Description |
---|
SurfaceMultiPolygon(ContourList contours) |
SurfaceMultiPolygon(ShapeAttributes normalAttrs,
ContourList contours) |
Modifier and Type | Method and Description |
---|---|
void |
ContourList.addAllContours(ContourList that) |
Constructor and Description |
---|
ContourList(ContourList that) |
Modifier and Type | Field and Description |
---|---|
protected ContourList |
CombineContext.contours
The list of contours representing the result of a boolean operation on one or more Combinable shapes.
|
Modifier and Type | Method and Description |
---|---|
ContourList |
ShapeCombiner.difference(Combinable... shapes) |
ContourList |
CombineContext.getContours()
Returns the list of contours representing the result of a boolean operation on one or more Combinable shapes.
|
ContourList |
ShapeCombiner.intersection(Combinable... shapes) |
ContourList |
ShapeCombiner.union(Combinable... shapes) |
Modifier and Type | Method and Description |
---|---|
protected ContourList |
ShapeClippingPanel.clipShape() |
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeClippingPanel.displayClippedShape(ContourList contours) |
protected void |
ShapeCombining.AppFrame.displayContours(ContourList contours,
java.lang.String displayName,
Position offset) |