|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Format de MNT
Field Summary | |
static int |
EXPORT
indicateur de Format d'exportion |
static int |
IMPORT
indicateur de Format d'importation |
Method Summary | |
void |
exportMNT(kartoMNT.MNT mnt,
java.lang.String filename)
Fonction d'exportation du format (doit etre vide si le format ne supporte pas l'exportation) |
java.lang.String |
getDescription()
Retourne une description du format gere |
java.lang.String |
getExtension()
Retourne l'extension geree par le format |
kartoMNT.MNT |
importMNT(java.lang.String filename)
Fonction d'importation du format (doit etre vide si le format ne supporte pas l'importation) |
int |
support()
Mode de support du format |
Field Detail |
public static final int EXPORT
public static final int IMPORT
Method Detail |
public java.lang.String getExtension()
public java.lang.String getDescription()
public int support()
public void exportMNT(kartoMNT.MNT mnt, java.lang.String filename) throws java.io.IOException
filename
- nom du fichier ou sera sauvegarde le MNT
java.io.IOException
- en cas de probleme d'ecriture du fichierpublic kartoMNT.MNT importMNT(java.lang.String filename) throws java.io.IOException
filename
- nom du fichier ou sera sauvegarde le MNT
java.io.IOException
- en cas de probleme de lecture du fichier
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |