Styling > Customizing BTS > BTS Representation

A BTS object does not have a graphic representation in the network and equipment components. In these components, it works as a container that groups a BTS equipment and BTS antennas. The following image shows a BTS object composed of six BTS antennas:

images/BTSRepresentation.gif

Figure 9.1 A BTS Representation

Note
The graphic rendering of a BTS antenna object is optimized for performance using an offscreen buffered image technique that minimizes the complex shape computations by pre-rendering the graphic object in memory. The extra memory required is proportional to the size and number of visible objects in the network view. To disable the offscreen optimizations for the BTS antenna representation you should: 1. Set the ilog.tgo.bts.offscreenCache system property to false at initialization time. 2. Use the IltSettings.SetValue("OffscreenCache.BTS", Boolean.FALSE); API call.Please refer to your Java Runtime documentation on how to declare system properties for Java applications and applets.

This section contains information on: