Uses of Class
io.goobi.viewer.model.misc.GeoLocation
Packages that use GeoLocation
-
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 TypeMethodDescriptionvoid
GeoLocationInfo.setCenterLocation
(GeoLocation centerLocation) Setter for the fieldcenterLocation
.Method parameters in io.goobi.viewer.model.misc with type arguments of type GeoLocationModifier and TypeMethodDescriptionvoid
GeoLocationInfo.setLocationList
(List<GeoLocation> locationList) Setter for the fieldlocationList
.