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

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

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

Methods in no.uio.edd.model.geo.map that return GeoPoint
 GeoPoint GeoPlace.getMidpoint()
           
 GeoPoint GeoPlace.setMyLocation(double x, double y)
          Set my midpoint location.
 

Methods in no.uio.edd.model.geo.map with parameters of type GeoPoint
 void GeoPlace.setMyMidpoint(GeoPoint myMidpoint)
          Midpoint has a double function, both as the point location of this place, or as the midpoint for a line or polygon location.
 

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

Methods in no.uio.edd.utils.geoutils that return GeoPoint
 GeoPoint GeoPolyline.getMidpoint()
           
 GeoPoint GeoPolygon.getMidpoint()
           
 GeoPoint GeoPoint.getMidpoint()
           
 GeoPoint GeoLine.getMidpoint()
           
abstract  GeoPoint GeoFeature.getMidpoint()
           
 GeoPoint GeoBoundingBox.getMidpoint()
           
 GeoPoint[] GeoPolyline.getMyPoints()
           
 GeoPoint GeoPoint.moveMe(double offsetX, double offsetY)
           
static GeoPoint[] GeoPoint.toGeoPointArr(ExtendableObjectList objList)
          Convert an ExtendableObjectList containing GeoPoint objects to a GeoPoint array, removing null elements.
 

Methods in no.uio.edd.utils.geoutils with parameters of type GeoPoint
static boolean GeoTransformations.isBetween(GeoPoint centre, GeoPoint between1, GeoPoint between2)
           
 boolean GeoPolygon.isWithinMe(GeoPoint gp)