}
@Override
public Iterable<? extends LatLon> getLocationsRenderableObject()
{
SurfaceSector ssr = (SurfaceSector) super._rndObject;
Sector sec = ssr.getSector();
LatLon llnMin = new LatLon(sec.getMinLatitude(), sec.getMinLongitude());
LatLon llnMax = new LatLon(sec.getMaxLatitude(), sec.getMaxLongitude());
List<LatLon> lstLatLon = new ArrayList<LatLon>();