Interface AirspaceAttributes

  • All Superinterfaces:
    Exportable, ShapeAttributes
    All Known Implementing Classes:
    BasicAirspaceAttributes

    public interface AirspaceAttributes
    extends ShapeAttributes
    Holds common attributes for WorldWind Airspace shapes. AirspaceAttributes was originally designed as a special purpose attribute bundle for Airspace, but is now a redundant subinterface of ShapeAttributes. AirspaceAttributes is still used by Airspace shapes to ensure backward compatibility with earlier versions of WorldWind. Usage of methods unique to AirspaceAttributes should be replaced with the equivalent methods in ShapeAttributes.