|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HdtException in org.hdtourist.model |
---|
Methods in org.hdtourist.model that throw HdtException | |
---|---|
java.io.File |
FicheroHdt.getMapaDir()
Gets the mapa dir. |
java.lang.String |
FicheroHdt.getRutaMapa()
Gets the ruta mapa. |
Uses of HdtException in org.hdtourist.model.services |
---|
Methods in org.hdtourist.model.services that throw HdtException | |
---|---|
static void |
FicherosService.combinarDescriptorHdtsDescargados(java.io.File descriptorFinal,
java.io.File descriptorAnterior)
Combina varios ficheros descriptores de hdts descargados. |
static void |
FicherosService.copyFolder(java.io.File src,
java.io.File dest)
Copia un directorio del directorio destino al directorio final. |
static void |
FicherosService.copyRAWtoSDCard(int id,
java.lang.String path)
Copia un recurso RAW interno del programa a la tarjeta de memoria |
GeoPosicion |
InformacionService.corregirPunto(FicheroHdt ciudad,
GeoPosicion geo)
Corrige el signo las cordenadas según a la ciudad a la que pertenecen. |
static void |
FicherosService.creaDirSiNoExiste(java.io.File dir)
Crea el directorio si no existe, controlando los permisos de escrtura. |
static void |
FicherosService.eliminarFicheroDescargado(FicheroHdt ficheroHdt)
Eliminar fichero descargado. |
static boolean |
FicherosService.ficheroDescargadoYaGuardado(FicheroHdt ficheroHdt)
Consulta si el fichero HDT descargado ya estaba guardado previamente. |
static void |
FicherosService.guardaFicheroDescargado(FicheroHdt ficheroHdt)
Guarda la información del fichero descargado. |
static void |
FicherosService.moverArchivosConfiguracion(java.lang.String antiguoPath,
java.lang.String nuevoPath)
Mueve los archivos de configuracion. |
static java.io.File |
FicherosService.obtenDescriptorHdtsDescargados()
Obtiene el archivo de información de los fihceros hdts descargados. |
java.io.File |
FicherosService.obtenDirectorioConfiguracion()
Obtiene el directorio donde se encuentran almacenados los archivos de configuración. |
static java.io.File |
FicherosService.obtenDirectorioHdts()
Obtiene el directorio donde sen encuentran almacenados los ficheros HDT en el dispositivo. |
java.io.File |
FicherosService.obtenDirectorioImagen()
Obtiene el directorio donde se encuentran almacenada la caché de las imagenes. |
java.io.File |
FicherosService.obtenDirectorioMapas()
Obtiene el directorio donde se encuentran almacenados los mapas en el dispositivo. |
GeoPosicion |
InformacionService.obtenerCentro(FicheroHdt ciudad)
Obtiene el centro de la ciudad, según la consulta correspondiente del fichero conf_mapa. |
static Consulta |
InformacionService.obtenerConsultaMapa(java.lang.String etiquetaConsulta)
Obtiene las consultas correspondientes del fichero de configuración de los mapas: conf_mapa.xml |
java.lang.String |
InformacionService.obtenerUrlImagenCiudad(FicheroHdt ciudad)
Obtiene la url de la imagen de la ciudad. |
static java.util.ArrayList<FicheroHdt> |
FicherosService.obtenFicherosHdtDescargados()
Obtiene la lista de todos los ficheros HDT que se encuentran en el dispositivo. |
ListaGeoPosiciones |
InformacionService.obtenPuntosDelMapa(FicheroHdt fichero)
Obten puntos del mapa. |
Uses of HdtException in org.hdtourist.model.services.xml |
---|
Methods in org.hdtourist.model.services.xml that throw HdtException | |
---|---|
InformacionListPresenter |
InformacionConfigParser.obtenerInformacionConfig(Categoria categoria)
Obtener informacion config. |
Uses of HdtException in org.hdtourist.presenter |
---|
Fields in org.hdtourist.presenter declared as HdtException | |
---|---|
(package private) HdtException |
InicioPresenter.InicioTask.excep
The excep. |
private HdtException |
CiudadesServidorPresenter.CiudadesServidorTask.excep
Excepción de la aplicación |
(package private) HdtException |
CiudadesListaPresenter.DescargarCiudadTask.excep
The excep. |
private HdtException |
InformacionPresenter.InformacionTask.excepcion
The excepcion. |
(package private) HdtException |
CiudadesDisponiblesPresenter.EliminarCiudadTask.excepcion
Almacena una excepción si se produce en la tarea. |
(package private) HdtException |
CiudadesDisponiblesPresenter.EliminarMapaTask.excepcion
Almacena una excepción si se produce en el proceso. |
private HdtException |
CiudadesDisponiblesPresenter.ShowCityMapTask.excepcion
Almancena una excepción si se produce en la tarea. |
private HdtException |
CiudadesDisponiblesPresenter.UnzipMaps.excepcion
The excepcion. |
Methods in org.hdtourist.presenter that throw HdtException | |
---|---|
protected void |
HdtLittleDownloadTask.downLoadFileFromUrl(java.lang.String fileURL,
java.lang.String fileName,
java.io.File newFileDir,
java.lang.String newFileName)
Método para descargar ficheros pequeños de internet. |
java.util.ArrayList<FicheroHdt> |
HdtLittleDownloadTask.obtenFicherosHdtServidor()
Obtiene la lista de todos los ficheros HDT que se encuentran en el servidor configurado. |
void |
HdtUnzipTask.unzip(java.lang.String zipFile,
java.lang.String location)
Descomprime un fichero zip, sobreescribiendo los ficheros existentes y permite notificar el progreso. |
Uses of HdtException in org.hdtourist.view |
---|
Fields in org.hdtourist.view declared as HdtException | |
---|---|
(package private) HdtException |
OpcionesActivity.CambioDirectorioTask.excep
Almacena la excepción si se produce al realizar la tarea. |
Uses of HdtException in org.hdtourist.view.base |
---|
Methods in org.hdtourist.view.base with parameters of type HdtException | |
---|---|
void |
IBaseVista.manejaError(HdtException e)
Maneja error. |
void |
BaseListFragment.manejaError(HdtException e)
|
void |
BaseFragment.manejaError(HdtException e)
|
void |
BaseActivity.manejaError(HdtException e)
|
void |
BaseActionBarActivity.manejaError(HdtException e)
|
Uses of HdtException in org.hdtourist.view.utils |
---|
Methods in org.hdtourist.view.utils with parameters of type HdtException | |
---|---|
static void |
DialogAlerta.mostrarError(HdtException e)
Mostrar error. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |