fr.ird.msaccess.type
Class IntToCoordonne
java.lang.Object
fr.ird.msaccess.type.IntToCoordonne
public class IntToCoordonne
- extends Object
Un type pour l'import access qui permet de récupérer un coordonnee decimale, à
partir d'un int.
Les deux derniers de l'int sont les minutes et optionellement les premiers sont des degrès.
Exemples:
Voici les valeurs utilisées :
- 00 = 0°0'
- 59 = 0°59'
- 100 = 1°0'
- 159 = 1°59'
- 1159 = 11°59'
- Since:
- 1.2
- Author:
- chemit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
intValue
protected Integer intValue
IntToCoordonne
public IntToCoordonne(Integer intValue)
getIntValue
public Integer getIntValue()
getFloatValue
public Float getFloatValue()
Copyright © 2010-2011 IRD. All Rights Reserved.