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

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

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

Fields in org.apache.abdera.ext.geo with type parameters of type Coordinate
protected  List<Coordinate> Coordinates.coords
           
 

Methods in org.apache.abdera.ext.geo that return Coordinate
 Coordinate Coordinate.clone()
           
 Coordinate Coordinates.get(int n)
           
 Coordinate Point.getCoordinate()
           
 Coordinate Box.getLowerCorner()
           
 Coordinate Box.getUpperCorner()
           
static Coordinate Coordinate.parse(String value)
           
 

Methods in org.apache.abdera.ext.geo that return types with arguments of type Coordinate
 Iterator<Coordinate> Coordinates.iterator()
           
 Iterator<Coordinate> Multiple.iterator()
           
 

Methods in org.apache.abdera.ext.geo with parameters of type Coordinate
 void Coordinates.add(Coordinate... coordinates)
           
 void Coordinates.add(Coordinate coordinate)
           
 int Coordinate.compareTo(Coordinate o)
           
 boolean Coordinates.contains(Coordinate... coordinates)
           
 boolean Coordinates.contains(Coordinate coordinate)
           
 void Coordinates.remove(Coordinate... coordinates)
           
 void Coordinates.remove(Coordinate coordinate)
           
 void Point.setCoordinate(Coordinate coordinate)
           
 

Constructors in org.apache.abdera.ext.geo with parameters of type Coordinate
Box(Coordinate... coordinates)
           
Coordinates(Coordinate... coordinates)
           
Line(Coordinate... coordinates)
           
Multiple(Coordinate... coordinates)
           
Point(Coordinate coordinate)
           
Polygon(Coordinate... coordinates)
           
 



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