Class ExtrudedPolygonBuilder
- java.lang.Object
-
- gov.nasa.worldwindx.examples.ApplicationTemplate
-
- gov.nasa.worldwindx.examples.shapebuilder.ExtrudedPolygonBuilder
-
public class ExtrudedPolygonBuilder extends ApplicationTemplate
ExtrudedPolygonBuilder is a tool for creating and editingExtrudedPolygon's on the surface of the globe.- See Also:
ExtrudedPolygon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classExtrudedPolygonBuilder.AppFrameprotected static classExtrudedPolygonBuilder.ExtrudedPolygonFactoryprotected static classExtrudedPolygonBuilder.PolygonBuilderControllerprotected static classExtrudedPolygonBuilder.PolygonBuilderModelprotected static classExtrudedPolygonBuilder.PolygonBuilderPanelprotected static classExtrudedPolygonBuilder.PolygonEntry-
Nested classes/interfaces inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
ApplicationTemplate.AppPanel
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCLEAR_SELECTIONprotected static doubleDEFAULT_SHAPE_SIZE_METERSprotected static java.lang.StringENABLE_EDITprotected static java.lang.StringNEW_POLYGONprotected static longnextEntryNumberprotected static java.lang.StringPOLYGON_LAYER_NAMEprotected static java.lang.StringREMOVE_SELECTEDprotected static java.lang.StringSELECTION_CHANGEDprotected static java.lang.StringSIZE_NEW_SHAPES_TO_VIEWPORT
-
Constructor Summary
Constructors Constructor Description ExtrudedPolygonBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ShapeAttributesgetDefaultAttributes()static java.lang.StringgetNextName(java.lang.String base)static ShapeAttributesgetSelectionAttributes()static voidmain(java.lang.String[] args)-
Methods inherited from class gov.nasa.worldwindx.examples.ApplicationTemplate
insertAfterPlacenames, insertBeforeCompass, insertBeforeLayerName, insertBeforePlacenames, start
-
-
-
-
Field Detail
-
POLYGON_LAYER_NAME
protected static final java.lang.String POLYGON_LAYER_NAME
- See Also:
- Constant Field Values
-
CLEAR_SELECTION
protected static final java.lang.String CLEAR_SELECTION
- See Also:
- Constant Field Values
-
SIZE_NEW_SHAPES_TO_VIEWPORT
protected static final java.lang.String SIZE_NEW_SHAPES_TO_VIEWPORT
- See Also:
- Constant Field Values
-
ENABLE_EDIT
protected static final java.lang.String ENABLE_EDIT
- See Also:
- Constant Field Values
-
NEW_POLYGON
protected static final java.lang.String NEW_POLYGON
- See Also:
- Constant Field Values
-
REMOVE_SELECTED
protected static final java.lang.String REMOVE_SELECTED
- See Also:
- Constant Field Values
-
SELECTION_CHANGED
protected static final java.lang.String SELECTION_CHANGED
- See Also:
- Constant Field Values
-
DEFAULT_SHAPE_SIZE_METERS
protected static final double DEFAULT_SHAPE_SIZE_METERS
- See Also:
- Constant Field Values
-
nextEntryNumber
protected static long nextEntryNumber
-
-
Method Detail
-
getDefaultAttributes
public static ShapeAttributes getDefaultAttributes()
-
getSelectionAttributes
public static ShapeAttributes getSelectionAttributes()
-
getNextName
public static java.lang.String getNextName(java.lang.String base)
-
main
public static void main(java.lang.String[] args)
-
-