fr.ird.msaccess.type
Class IntToCoordonne

java.lang.Object
  extended by 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 :

Since:
1.2
Author:
chemit

Field Summary
protected  Integer intValue
           
 
Constructor Summary
IntToCoordonne(Integer intValue)
           
 
Method Summary
 Float getFloatValue()
           
 Integer getIntValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intValue

protected Integer intValue
Constructor Detail

IntToCoordonne

public IntToCoordonne(Integer intValue)
Method Detail

getIntValue

public Integer getIntValue()

getFloatValue

public Float getFloatValue()


Copyright © 2010-2011 IRD. All Rights Reserved.