Uses of Class
de.digitalcollections.model.identifiable.entity.geo.location.GeoLocation
-
Packages that use GeoLocation Package Description de.digitalcollections.model.identifiable.entity.agent de.digitalcollections.model.identifiable.entity.geo.location de.digitalcollections.model.production -
-
Uses of GeoLocation in de.digitalcollections.model.identifiable.entity.agent
Methods in de.digitalcollections.model.identifiable.entity.agent that return GeoLocation Modifier and Type Method Description GeoLocationPerson. getPlaceOfBirth()GeoLocationPerson. getPlaceOfDeath()Methods in de.digitalcollections.model.identifiable.entity.agent with parameters of type GeoLocation Modifier and Type Method Description voidPerson. setPlaceOfBirth(GeoLocation placeOfBirth)voidPerson. setPlaceOfDeath(GeoLocation placeOfDeath) -
Uses of GeoLocation in de.digitalcollections.model.identifiable.entity.geo.location
Classes in de.digitalcollections.model.identifiable.entity.geo.location with type parameters of type GeoLocation Modifier and Type Class Description static classGeoLocation.GeoLocationBuilder<C extends GeoLocation,B extends GeoLocation.GeoLocationBuilder<C,B>>Subclasses of GeoLocation in de.digitalcollections.model.identifiable.entity.geo.location Modifier and Type Class Description classCanyonA deep ravine between cliffs.classCaveA natural underground space large enough for a human to enter.classContinentA continent is a geographically very large land mass.classCountryA country is a distinct region in geography; a broad term that can include political divisions or regions associated with distinct political characteristics.classCreekA small stream.classHumanSettlementA community of any size, in which people live see https://www.wikidata.org/wiki/Q486972classLakeA body of relatively still water, localized in a basin.classMountainA mountain is a large landform that stretches above the surrounding land.classOceanAn ocean is a large body of saline water (german = "Ozean").classRiverA natural watercourse.classSeaA sea is a large body of saline water (german = "Meer").classStillWatersA natural or man-made body of water.classValleyA low area between hills, often with a river running through it. -
Uses of GeoLocation in de.digitalcollections.model.production
Methods in de.digitalcollections.model.production that return GeoLocation Modifier and Type Method Description GeoLocationCreationInfo. getGeoLocation()Methods in de.digitalcollections.model.production with parameters of type GeoLocation Modifier and Type Method Description CreationInfo.BuilderCreationInfo.Builder. geoLocation(GeoLocation geoLocation)voidCreationInfo. setGeoLocation(GeoLocation geoLocation)Set the geolocation, where the creation of the digital object took geolocation
-