Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
D
E
F
G
I
L
M
N
P
R
S
W
X
Y
D
data
- Variable in class kartoMNT.
FloatData
Le tableau de donnees
E
EXPORT
- Static variable in interface kartoMNT.
MntFormat
indicateur de format d'exportion
exportMNT(MNT, String)
- Method in interface kartoMNT.
MntFormat
Fonction d'exportation du format (doit être vide si le format ne supporte pas l'exportation)
F
FloatData
- class kartoMNT.
FloatData
.
Tableau de donnees de type float
Cette classe est utilisee pour representer une grille 2D de donnees sous forme d'un tableau
FloatData(int, int)
- Constructor for class kartoMNT.
FloatData
Constructeur
G
getAltitudeMax()
- Method in class kartoMNT.
MNT
Renvoie l'altitude maximum du MNT
getAltitudeMin()
- Method in class kartoMNT.
MNT
Renvoie l'altitude minimum du MNT
getData()
- Method in class kartoMNT.
FloatData
Renvoie le tableau de donnees
getDescription()
- Method in interface kartoMNT.
MntFormat
Retourne une description du format gere
getExtension()
- Method in interface kartoMNT.
MntFormat
Retourne l'extension geree par le format
getPasX()
- Method in class kartoMNT.
MNT
Retourne le pas d'echantillonnage en X du MNT
getPasY()
- Method in class kartoMNT.
MNT
Retourne le pas d'echantillonnage en Y du MNT
getValue(float[], int, int)
- Method in class kartoMNT.
MNT
Renvoie la valeur du point (x,y) d'un tableau
getValue(int, int)
- Method in class kartoMNT.
FloatData
Retourne la valeur du tableau en un point donne
getX1()
- Method in class kartoMNT.
MNT
Retourne la coordonnee en X de l'origine du MNT
getX2()
- Method in class kartoMNT.
MNT
Retourne la coordonnee en X de l'extremite du MNT (origine + width)
getXMax()
- Method in class kartoMNT.
FloatData
Retourne la dimension en X du tableau
getY1()
- Method in class kartoMNT.
MNT
Retourne la coordonnee en Y de l'origine du MNT
getY2()
- Method in class kartoMNT.
MNT
Retourne la coordonnee en Y de l'extremite du MNT (origine + height)
getYMax()
- Method in class kartoMNT.
FloatData
Retourne la dimension en Y du tableau
I
IMPORT
- Static variable in interface kartoMNT.
MntFormat
indicateur de format d'importation
importMNT(String)
- Method in interface kartoMNT.
MntFormat
Fonction d'importation du format (doit être vide si le format ne supporte pas l'importation)
L
lissage()
- Method in class kartoMNT.
MNT
Effectue un lissage du MNT par moyennage de cahque point avec ses voisins
M
MNT
- class kartoMNT.
MNT
.
Modele Numerique de Terrain represente sous forme d'un tableau de flottants
MNT()
- Constructor for class kartoMNT.
MNT
Construit un MNT de dimension nulle et de pas d'echantillonnage 1
MNT(int, int)
- Constructor for class kartoMNT.
MNT
Construit un MNT de dimension width x height en (0,0)
MNT(int, int, float, float, float, float)
- Constructor for class kartoMNT.
MNT
construit un MNT aux altitudes nulles
MntFormat
- interface kartoMNT.
MntFormat
.
Format de MNT
N
notifyRegionChanged()
- Method in class kartoMNT.
FloatData
notifyRegionChanged(int, int, int, int)
- Method in class kartoMNT.
FloatData
notifyResized()
- Method in class kartoMNT.
FloatData
P
pasX
- Variable in class kartoMNT.
MNT
pas en X entre deux points
pasY
- Variable in class kartoMNT.
MNT
pas en Y entre deux points
R
read(BufferedReader)
- Method in class kartoMNT.
FloatData
Lecture des donnees du tableau avec un BufferedReader
read(DataInputStream)
- Method in class kartoMNT.
FloatData
Remplit le tableau a partir d'un DataInputStream
reduire(float, float)
- Method in class kartoMNT.
FloatData
Diminue la taille du tableau
resize(int, int)
- Method in class kartoMNT.
FloatData
Redimensionne le tableau
S
setCalibration(float, float, float, float)
- Method in class kartoMNT.
MNT
Fixe les donnees relatives a la calibration: position, pas du MNT
setPasX(float)
- Method in class kartoMNT.
MNT
Fixe le pas d'echantillonnage en X du MNT (distance entre deux points)
setPasY(float)
- Method in class kartoMNT.
MNT
Fixe le pas d'echantillonnage en Y du MNT (distance entre deux points)
setValue(float[], int, int, float)
- Method in class kartoMNT.
MNT
Fixe la valeur du point (x,y) d'un tableau
setValue(int, int, float)
- Method in class kartoMNT.
FloatData
Fixe la valeur du tableau en un point donne
setX1(float)
- Method in class kartoMNT.
MNT
Fixe l'origine en X du MNT
setY1(float)
- Method in class kartoMNT.
MNT
Fixe l'origine en Y du MNT
support()
- Method in interface kartoMNT.
MntFormat
Mode de support du format
W
write(DataOutputStream)
- Method in class kartoMNT.
FloatData
Ecriture des donnees dans un DataOutputStream
X
X1
- Variable in class kartoMNT.
MNT
coordoonee en X du premier point
xmax
- Variable in class kartoMNT.
FloatData
Dimension en x du tableau
Y
Y1
- Variable in class kartoMNT.
MNT
coordoonee en Y du premier point
ymax
- Variable in class kartoMNT.
FloatData
Dimension en Y du tableau
D
E
F
G
I
L
M
N
P
R
S
W
X
Y
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES