{
}
public RigidShape createShape(WorldWindow wwd, boolean fitShapeToViewport)
{
RigidShape shape = new Cylinder();
shape.setAttributes(getDefaultAttributes());
shape.setValue(AVKey.DISPLAY_NAME, getNextName(toString()));
this.initializeShape(wwd, shape, fitShapeToViewport);
return shape;
}