Uses of Class
org.gedcomx.conclusion.PlaceDescription
-
Packages that use PlaceDescription Package Description org.gedcomx The base GEDCOM X data format.org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.rt org.gedcomx.util -
-
Uses of PlaceDescription in org.gedcomx
Methods in org.gedcomx that return PlaceDescription Modifier and Type Method Description PlaceDescriptionGedcomx. findPlace(URI uri)Find a place in the document by URI.Methods in org.gedcomx that return types with arguments of type PlaceDescription Modifier and Type Method Description List<PlaceDescription>Gedcomx. getPlaces()The places included in this genealogical data set.Stream<PlaceDescription>Gedcomx. places()Create a stream of the places in this data set.Methods in org.gedcomx with parameters of type PlaceDescription Modifier and Type Method Description voidGedcomx. addPlace(PlaceDescription place)Add a place to the data set.GedcomxGedcomx. place(PlaceDescription place)Build this out with a place.Method parameters in org.gedcomx with type arguments of type PlaceDescription Modifier and Type Method Description voidGedcomx. 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 PlaceDescription Modifier and Type Method Description PlaceDescriptionPlaceDescription. analysis(ResourceReference analysis)PlaceDescriptionPlaceDescription. analysis(URI analysis)PlaceDescriptionPlaceDescription. analysis(Document analysis)PlaceDescriptionPlaceDescription. attribution(Attribution attribution)PlaceDescriptionPlaceDescription. confidence(URI confidence)PlaceDescriptionPlaceDescription. confidence(ConfidenceLevel confidence)PlaceDescriptionPlaceDescription. displayExtension(PlaceDisplayProperties display)Build out this place with a display exension.PlaceDescriptionPlaceDescription. evidence(EvidenceReference evidence)PlaceDescriptionPlaceDescription. evidence(PlaceDescription evidence)PlaceDescriptionPlaceDescription. extensionElement(Object element)PlaceDescriptionPlaceDescription. extracted(Boolean extracted)PlaceDescriptionPlaceDescription. id(String id)PlaceDescriptionPlaceDescription. identifier(Identifier identifier)PlaceDescriptionPlaceDescription. jurisdiction(ResourceReference jurisdiction)Build out this place description with a jurisdiction.PlaceDescriptionPlaceDescription. lang(String lang)PlaceDescriptionPlaceDescription. latitude(Double latitude)Build out this place description with a latitude.PlaceDescriptionPlaceDescription. link(String rel, URI href)PlaceDescriptionPlaceDescription. link(Link link)PlaceDescriptionPlaceDescription. longitude(Double longitude)Build out this place description with a longitude.PlaceDescriptionPlaceDescription. media(SourceDescription media)PlaceDescriptionPlaceDescription. media(SourceReference media)PlaceDescriptionPlaceDescription. name(String name)Build out this description with a name.PlaceDescriptionPlaceDescription. name(TextValue name)Build out this description with a name.PlaceDescriptionPlaceDescription. note(Note note)PlaceDescriptionPlaceDescription. place(ResourceReference place)Build out this place description with a place.PlaceDescriptionPlaceDescription. sortKey(String sortKey)PlaceDescriptionPlaceDescription. source(SourceDescription source)PlaceDescriptionPlaceDescription. source(SourceReference sourceReference)PlaceDescriptionPlaceDescription. spatialDescription(ResourceReference spatialDescription)Build out this place description with a spacial description.PlaceDescriptionPlaceDescription. temporalDescription(Date temporalDescription)Build out this place description with a temporal description.PlaceDescriptionPlaceDescription. type(URI type)Build out this place description with a type.Methods in org.gedcomx.conclusion with parameters of type PlaceDescription Modifier and Type Method Description PlaceReferencePlaceReference. description(PlaceDescription description)Build out this place reference with a reference to a place description.voidPlaceDescription. embed(PlaceDescription place)Embed another place.PlaceDescriptionPlaceDescription. evidence(PlaceDescription evidence) -
Uses of PlaceDescription in org.gedcomx.rt
Methods in org.gedcomx.rt with parameters of type PlaceDescription Modifier and Type Method Description voidGedcomxLocalReferenceResolver. 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 PlaceDescription Modifier and Type Method Description PlaceDescriptionDocMap. getPlaceDescription(String idOrUri)Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.PlaceDescriptionDocMap. getPlaceDescription(URI placeDescriptionUri)Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.PlaceDescriptionDocMap. getPlaceDescription(PlaceReference placeReference)Find the PlaceDescription with the given PlaceReference.Methods in org.gedcomx.util that return types with arguments of type PlaceDescription Modifier and Type Method Description static 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.
-