Holger's
Java API

Uses of Class
com.antelmann.opengeodb.GeoTypeName

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

Uses of GeoTypeName in com.antelmann.opengeodb
 

Methods in com.antelmann.opengeodb that return GeoTypeName
 GeoTypeName GeoProperty.getBeginType()
           
 GeoTypeName GeoProperty.getEndType()
           
 GeoTypeName OpenGeoDB.getTypeNameFor(int nr)
           
 GeoTypeName GeoProperty.getValueType()
           
 

Methods in com.antelmann.opengeodb that return types with arguments of type GeoTypeName
 Collection<GeoTypeName> OpenGeoDB.getTypeNames()
           
 Set<GeoTypeName> OpenGeoDB.getTypeNamesFor(GeoType type)
           
 

Methods in com.antelmann.opengeodb with parameters of type GeoTypeName
 ArrayList<Object> OpenGeoDB.getPropertyValues(GeoTypeName valueType, GeoTypeName restrictionType, Object restrictionValue)
           
 GeoType OpenGeoDB.getTypeFor(GeoTypeName name)
           
 Set<Object> OpenGeoDB.listValues(GeoTypeName name)
           
 

Constructors in com.antelmann.opengeodb with parameters of type GeoTypeName
GeoLocationFilter(GeoTypeName name, Object value)
           
 



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