Uses of Class
de.caluga.morphium.query.geospatial.GeoType
-
Packages that use GeoType Package Description de.caluga.morphium.query.geospatial -
-
Uses of GeoType in de.caluga.morphium.query.geospatial
Methods in de.caluga.morphium.query.geospatial that return GeoType Modifier and Type Method Description GeoTypeGeo. getType()static GeoTypeGeoType. valueOf(String name)Returns the enum constant of this type with the specified name.static GeoType[]GeoType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.caluga.morphium.query.geospatial with parameters of type GeoType Modifier and Type Method Description voidGeo. setType(GeoType type)Constructors in de.caluga.morphium.query.geospatial with parameters of type GeoType Constructor Description Geo(GeoType t)
-