Location Class

Used to represent a location information associated with an RSS feed or entry. Supports GeoRSS and W3C Basic Geometry.

Constructors

Location( BigDecimal lat, BigDecimal lon )

Public Methods

toWKT( ) returns String
Used to return a Well-known Text (WKT) representation of the location.
toString( ) returns String
Used to return a Well-known Text (WKT) representation of the location.
getGeometry( ) returns Object
Used convert the location into a geometry object.