Uses of Class
io.goobi.viewer.model.misc.GeoLocation
Packages that use GeoLocation
Package
Description
Contains miscellaneous utility and helper classes used across the Goobi viewer model
layer, including DC record writing, geo-location helpers, number iterators, and
selection management.
-
Uses of GeoLocation in io.goobi.viewer.model.misc
Methods in io.goobi.viewer.model.misc that return GeoLocationModifier and TypeMethodDescriptionGeoLocationInfo.getCenterLocation()Getter for the fieldcenterLocation.Methods in io.goobi.viewer.model.misc that return types with arguments of type GeoLocationModifier and TypeMethodDescriptionGeoLocationInfo.getLocationList()Getter for the fieldlocationList.Methods in io.goobi.viewer.model.misc with parameters of type GeoLocationModifier and TypeMethodDescriptionvoidGeoLocationInfo.setCenterLocation(GeoLocation centerLocation) Setter for the fieldcenterLocation.Method parameters in io.goobi.viewer.model.misc with type arguments of type GeoLocationModifier and TypeMethodDescriptionvoidGeoLocationInfo.setLocationList(List<GeoLocation> locationList) Setter for the fieldlocationList.