Holger's
Java API

Uses of Class
com.antelmann.opengeodb.GeoLocation

Packages that use GeoLocation
com.antelmann.opengeodb This package contains classes easing to deal with geological data as provided by http://opengeodb.org/. 
 

Uses of GeoLocation in com.antelmann.opengeodb
 

Methods in com.antelmann.opengeodb that return GeoLocation
 GeoLocation GeoLocation.getParentCategory()
           
 

Methods in com.antelmann.opengeodb that return types with arguments of type GeoLocation
 Stub<GeoLocation> GeoProperty.getLocation()
           
 Stub<GeoLocation> GeoLocation.getParent()
           
 ArrayList<GeoLocation> OpenGeoDB.getRootLocations()
           
 List<GeoLocation> GeoLocation.getSubCategories(OpenGeoDB context)
           
 SQLMapFilter<GeoLocation> GeoLocationFilter.toSQLMapFilter(OpenGeoDB db)
          through this method, multiple conditions could be combined using SQLComboFilter or converted into a Stub filter.
 

Methods in com.antelmann.opengeodb with parameters of type GeoLocation
 boolean GeoLocationFilter.accept(GeoLocation entry)
           
 int GeoLocation.compareTo(GeoLocation gl)
           
 



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