Package org.apache.tika.metadata
Interface Geographic
-
- All Known Implementing Classes:
Metadata,XMPMetadata
public interface GeographicGeographic schema. This is a collection ofproperty definitionconstants for geographic information, as defined in the W3C Geo Vocabularies.- Since:
- Apache Tika 0.8
- See Also:
- W3C Basic Geo Vocabulary
-
-
Field Summary
Fields Modifier and Type Field Description static PropertyALTITUDEThe WGS84 Altitude of the Pointstatic PropertyLATITUDEThe WGS84 Latitude of the Pointstatic PropertyLONGITUDEThe WGS84 Longitude of the Pointstatic PropertyTIMESTAMPThis is the timestamp that derives from a gps record
-
-
-
Field Detail
-
LATITUDE
static final Property LATITUDE
The WGS84 Latitude of the Point
-
LONGITUDE
static final Property LONGITUDE
The WGS84 Longitude of the Point
-
ALTITUDE
static final Property ALTITUDE
The WGS84 Altitude of the Point
-
TIMESTAMP
static final Property TIMESTAMP
This is the timestamp that derives from a gps record
-
-