Uses of Class
org.gedcomx.conclusion.PlaceDescription
Packages that use PlaceDescription
Package
Description
The base GEDCOM X data format.
The conclusion model defines genealogical conclusion data.
-
Uses of PlaceDescription in org.gedcomx
Methods in org.gedcomx that return PlaceDescriptionModifier and TypeMethodDescriptionFind a place in the document by URI.Methods in org.gedcomx that return types with arguments of type PlaceDescriptionModifier and TypeMethodDescriptionGedcomx.getPlaces()The places included in this genealogical data set.Gedcomx.places()Create a stream of the places in this data set.Methods in org.gedcomx with parameters of type PlaceDescriptionModifier and TypeMethodDescriptionvoidGedcomx.addPlace(PlaceDescription place) Add a place to the data set.Gedcomx.place(PlaceDescription place) Build this out with a place.Method parameters in org.gedcomx with type arguments of type PlaceDescriptionModifier and TypeMethodDescriptionvoidGedcomx.setPlaces(List<PlaceDescription> places) The places included in this genealogical data set. -
Uses of PlaceDescription in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return PlaceDescriptionModifier and TypeMethodDescriptionPlaceDescription.analysis(ResourceReference analysis) PlaceDescription.attribution(Attribution attribution) PlaceDescription.confidence(URI confidence) PlaceDescription.confidence(ConfidenceLevel confidence) PlaceDescription.displayExtension(PlaceDisplayProperties display) Build out this place with a display exension.PlaceDescription.evidence(EvidenceReference evidence) PlaceDescription.evidence(PlaceDescription evidence) PlaceDescription.extensionElement(Object element) PlaceDescription.identifier(Identifier identifier) PlaceDescription.jurisdiction(ResourceReference jurisdiction) Build out this place description with a jurisdiction.Build out this place description with a latitude.Build out this place description with a longitude.PlaceDescription.media(SourceDescription media) PlaceDescription.media(SourceReference media) Build out this description with a name.Build out this description with a name.PlaceDescription.place(ResourceReference place) Build out this place description with a place.PlaceDescription.source(SourceDescription source) PlaceDescription.source(SourceReference sourceReference) PlaceDescription.spatialDescription(ResourceReference spatialDescription) Build out this place description with a spacial description.PlaceDescription.temporalDescription(Date temporalDescription) Build out this place description with a temporal description.Build out this place description with a type.Methods in org.gedcomx.conclusion with parameters of type PlaceDescriptionModifier and TypeMethodDescriptionPlaceReference.description(PlaceDescription description) Build out this place reference with a reference to a place description.voidPlaceDescription.embed(PlaceDescription place) Embed another place.PlaceDescription.evidence(PlaceDescription evidence) Constructors in org.gedcomx.conclusion with parameters of type PlaceDescription -
Uses of PlaceDescription in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type PlaceDescriptionModifier and TypeMethodDescriptionvoidGedcomxLocalReferenceResolver.visitPlaceDescription(PlaceDescription place) voidGedcomxModelVisitor.visitPlaceDescription(PlaceDescription place) voidGedcomxModelVisitorBase.visitPlaceDescription(PlaceDescription place) -
Uses of PlaceDescription in org.gedcomx.util
Methods in org.gedcomx.util that return PlaceDescriptionModifier and TypeMethodDescriptionDocMap.getPlaceDescription(String idOrUri) Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.DocMap.getPlaceDescription(URI placeDescriptionUri) Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.DocMap.getPlaceDescription(PlaceReference placeReference) Find the PlaceDescription with the given PlaceReference.Methods in org.gedcomx.util that return types with arguments of type PlaceDescriptionModifier and TypeMethodDescriptionstatic Map<String,PlaceDescription> DocMap.getPlaceMap(Gedcomx doc) Create a map of local id (and "#" + id) and identifier URIs to the PlaceDescription that has that id or URL.