Project

General

Profile

Download (413 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/*
2
 * To change this template, choose Tools | Templates
3
 * and open the template in the editor.
4
 */
5
package org.bgbm.biovel.drf.utils;
6

    
7
/**
8
 *
9
 * @author c.mathew
10
 */
11
public class BioSTIFFConstants {
12

    
13
    public final static String OCCURRENCEID_HDR = "occurrenceID";
14
    public final static String DECLAT_HDR = "decimalLatitude";
15
    public final static String DECLONG_HDR = "decimalLongitude";
16
}
(1-1/8)