Class TableDescriptions
- java.lang.Object
-
- org.hortonmachine.gears.io.geopaparazzi.geopap4.TableDescriptions
-
public class TableDescriptions extends Object
Enumerations containing the database fields.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableDescriptions.GpsLogsDataTableFieldsstatic classTableDescriptions.GpsLogsPropertiesTableFieldsstatic classTableDescriptions.GpsLogsTableFieldsstatic classTableDescriptions.ImageDataTableFieldsstatic classTableDescriptions.ImageTableFieldsstatic classTableDescriptions.MetadataTableFieldsstatic classTableDescriptions.NotesTableFields
-
Field Summary
Fields Modifier and Type Field Description static StringTABLE_GPSLOG_DATAgpslog data table name.static StringTABLE_GPSLOG_PROPERTIESgpslog properties table name.static StringTABLE_GPSLOGSgpslog table name.static StringTABLE_IMAGE_DATAImage data table name.static StringTABLE_IMAGESImage table name.static StringTABLE_METADATAThe metadata table name.static StringTABLE_NOTESThe notes table name.
-
Constructor Summary
Constructors Constructor Description TableDescriptions()
-
-
-
Field Detail
-
TABLE_METADATA
public static final String TABLE_METADATA
The metadata table name.- See Also:
- Constant Field Values
-
TABLE_NOTES
public static final String TABLE_NOTES
The notes table name.- See Also:
- Constant Field Values
-
TABLE_IMAGES
public static final String TABLE_IMAGES
Image table name.- See Also:
- Constant Field Values
-
TABLE_IMAGE_DATA
public static final String TABLE_IMAGE_DATA
Image data table name.- See Also:
- Constant Field Values
-
TABLE_GPSLOGS
public static final String TABLE_GPSLOGS
gpslog table name.- See Also:
- Constant Field Values
-
TABLE_GPSLOG_DATA
public static final String TABLE_GPSLOG_DATA
gpslog data table name.- See Also:
- Constant Field Values
-
TABLE_GPSLOG_PROPERTIES
public static final String TABLE_GPSLOG_PROPERTIES
gpslog properties table name.- See Also:
- Constant Field Values
-
-