Uses of Class
no.uio.edd.utils.geoutils.GeoPolyline

Packages that use GeoPolyline
no.uio.edd.model.geo.map   
no.uio.edd.utils.geoutils   
 

Uses of GeoPolyline in no.uio.edd.model.geo.map
 

Methods in no.uio.edd.model.geo.map that return GeoPolyline
 GeoPolyline GeoPlace.getMyLine()
           
 

Methods in no.uio.edd.model.geo.map with parameters of type GeoPolyline
 void GeoPlace.setMyLine(GeoPolyline myLine)
           
 

Uses of GeoPolyline in no.uio.edd.utils.geoutils
 

Methods in no.uio.edd.utils.geoutils that return GeoPolyline
 GeoPolyline GeoPolygon.getMyLine()
           
 GeoPolyline GeoPolyline.moveMe(double offsetX, double offsetY)
           
 

Methods in no.uio.edd.utils.geoutils with parameters of type GeoPolyline
 boolean GeoPolygon.isWithinMe(GeoPolyline gp)
           
 

Constructors in no.uio.edd.utils.geoutils with parameters of type GeoPolyline
GeoPolygon(GeoPolyline inGeoPolyline)