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

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

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

Methods in no.uio.edd.model.geo.map that return GeoPolygon
 GeoPolygon GeoPlace.getMyPolygon()
           
 

Methods in no.uio.edd.model.geo.map with parameters of type GeoPolygon
 void GeoPlace.setMyPolygon(GeoPolygon myPoly)
           
 

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

Methods in no.uio.edd.utils.geoutils that return GeoPolygon
 GeoPolygon GeoPolygon.moveMe(double offsetX, double offsetY)
           
static GeoPolygon GeoTransformations.rotateRectangle(GeoPolygon polyIn, double rotationDeg)
          Make a rectangle with size and location (what would be the lower left corner of and west-east rectangle) as specified.
 

Methods in no.uio.edd.utils.geoutils with parameters of type GeoPolygon
 boolean GeoPolygon.isWithinMe(GeoPolygon gp)
           
static GeoPolygon GeoTransformations.rotateRectangle(GeoPolygon polyIn, double rotationDeg)
          Make a rectangle with size and location (what would be the lower left corner of and west-east rectangle) as specified.