Uses of Class
org.apache.abdera.ext.geo.Position

Packages that use Position
org.apache.abdera.ext.geo   
 

Uses of Position in org.apache.abdera.ext.geo
 

Subclasses of Position in org.apache.abdera.ext.geo
 class Box
           
 class Line
           
 class Multiple
           
 class Point
           
 class Polygon
           
 

Methods in org.apache.abdera.ext.geo with type parameters of type Position
<T extends Position>
T
Position.clone()
           
 

Methods in org.apache.abdera.ext.geo that return Position
static Position GeoHelper.getAsPosition(Element element)
           
static Position[] GeoHelper.getPositions(ExtensibleElement element)
           
 

Methods in org.apache.abdera.ext.geo that return types with arguments of type Position
static Iterator<Position> GeoHelper.listPositions(ExtensibleElement element)
           
 

Methods in org.apache.abdera.ext.geo with parameters of type Position
static void GeoHelper.addPosition(ExtensibleElement element, Position position)
           
static void GeoHelper.addPosition(ExtensibleElement element, Position position, GeoHelper.Encoding encoding)
           
 int Multiple.compareTo(Position o)
           
 int Point.compareTo(Position o)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.