/// <summary>
 /// Collection of layers contained in the tile
 /// </summary>
 /// <returns>Collection of layer names</returns>
 public ReadOnlyCollection <string> LayerNames()
 {
     return(_VTR.LayerNames());
 }