org.apache.tika.metadata
Interface Geographic

All Known Implementing Classes:
Metadata, XMPMetadata

public interface Geographic

Geographic schema. This is a collection of property definition constants for geographic information, as defined in the W3C Geo Vocabularies.

Since:
Apache Tika 0.8
See Also:
W3C Basic Geo Vocabulary

Field Summary
static Property ALTITUDE
          The WGS84 Altitude of the Point
static Property LATITUDE
          The WGS84 Latitude of the Point
static Property LONGITUDE
          The WGS84 Longitude of the Point
 

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



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.