Holger's
Java API

Uses of Class
com.antelmann.math.GeoPoint

Packages that use GeoPoint
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.math This package contains classes to ease calculations. 
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
com.antelmann.opengeodb This package contains classes easing to deal with geological data as provided by http://opengeodb.org/. 
 

Uses of GeoPoint in com.antelmann.crm
 

Methods in com.antelmann.crm that return GeoPoint
 GeoPoint GlobalAddress.getGeoPoint()
           
 

Methods in com.antelmann.crm with parameters of type GeoPoint
 void GlobalAddress.setGeoPoint(GeoPoint gp)
           
 

Uses of GeoPoint in com.antelmann.genealogy
 

Methods in com.antelmann.genealogy that return GeoPoint
 GeoPoint GPersonalBlogEntry.getGeoPoint()
           
 GeoPoint GEventImpl.getGeoPoint()
           
 

Methods in com.antelmann.genealogy with parameters of type GeoPoint
 void GPersonalBlogEntry.setGeoPoint(GeoPoint gp)
           
 void GEventImpl.setGeoPoint(GeoPoint geoPoint)
           
 

Uses of GeoPoint in com.antelmann.image
 

Methods in com.antelmann.image that return GeoPoint
 GeoPoint ImageURLEntry.getGeoPoint()
           
 

Methods in com.antelmann.image with parameters of type GeoPoint
 void ImageURLEntry.setGeoPoint(GeoPoint gp)
           
 

Uses of GeoPoint in com.antelmann.math
 

Methods in com.antelmann.math that return GeoPoint
 GeoPoint GeoPoint.add(GeoPoint other)
          'shifts' this point relative to the other given point by all 3 dimensions
 GeoPoint GeoPoint.difference(GeoPoint other)
          adding the return value to to the given other point would result in an instance equal to this
 GeoPoint GeoPoint.getGeoPoint()
           
 GeoPoint GeoEncoded.getGeoPoint()
           
 

Methods in com.antelmann.math with parameters of type GeoPoint
 GeoPoint GeoPoint.add(GeoPoint other)
          'shifts' this point relative to the other given point by all 3 dimensions
 GeoPoint GeoPoint.difference(GeoPoint other)
          adding the return value to to the given other point would result in an instance equal to this
static double GeoPoint.distance(GeoPoint gp1, GeoPoint gp2)
          returns the flat distance in kilometers - disregarding the altitude.
 double GeoPoint.distanceTo(GeoPoint gp)
           
 

Uses of GeoPoint in com.antelmann.net.web
 

Methods in com.antelmann.net.web that return GeoPoint
 GeoPoint YouTubeVideo.getGeoPoint()
           
 

Uses of GeoPoint in com.antelmann.opengeodb
 

Methods in com.antelmann.opengeodb that return GeoPoint
 GeoPoint GeoLocation.getGeoPoint()
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads