Location Class
Used to represent a location information associated with an RSS feed or
entry. Supports GeoRSS and W3C Basic Geometry.
Constructors
protected Location( org.w3c.dom.Node node, java.util.HashMap namespaces )
public Location( java.math.BigDecimal lat, java.math.BigDecimal lon )
protected Location( String lat, String lon )
Methods
getGeometry( ) returns Object
Used convert the location into a geometry object.
toString( ) returns String
Used to return a Well-known Text (WKT) representation of the location.
toWKT( ) returns String
Used to return a Well-known Text (WKT) representation of the location.