Uses of Class
org.gedcomx.conclusion.PlaceDescription

Packages that use PlaceDescription
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 types with arguments of type PlaceDescription
 List<PlaceDescription> Gedcomx.getPlaces()
          The places included in this genealogical data set.
 

Methods in org.gedcomx with parameters of type PlaceDescription
 void Gedcomx.addPlace(PlaceDescription place)
          Add a place to the data set.
 Gedcomx Gedcomx.place(PlaceDescription place)
          Build this out with a place.
 

Method parameters in org.gedcomx with type arguments of type PlaceDescription
 void Gedcomx.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
 PlaceDescription PlaceDescription.analysis(Document analysis)
           
 PlaceDescription PlaceDescription.analysis(ResourceReference analysis)
           
 PlaceDescription PlaceDescription.analysis(URI analysis)
           
 PlaceDescription PlaceDescription.attribution(Attribution attribution)
           
 PlaceDescription PlaceDescription.confidence(ConfidenceLevel confidence)
           
 PlaceDescription PlaceDescription.confidence(URI confidence)
           
 PlaceDescription PlaceDescription.displayExtension(PlaceDisplayProperties display)
          Build out this place with a display exension.
 PlaceDescription PlaceDescription.evidence(EvidenceReference evidence)
           
 PlaceDescription PlaceDescription.evidence(PlaceDescription evidence)
           
 PlaceDescription PlaceDescription.extracted(Boolean extracted)
           
 PlaceDescription PlaceDescription.id(String id)
           
 PlaceDescription PlaceDescription.identifier(Identifier identifier)
           
 PlaceDescription PlaceDescription.jurisdiction(ResourceReference jurisdiction)
          Build out this place description with a jurisdiction.
 PlaceDescription PlaceDescription.lang(String lang)
           
 PlaceDescription PlaceDescription.latitude(Double latitude)
          Build out this place description with a latitude.
 PlaceDescription PlaceDescription.link(Link link)
           
 PlaceDescription PlaceDescription.link(String rel, URI href)
           
 PlaceDescription PlaceDescription.longitude(Double longitude)
          Build out this place description with a longitude.
 PlaceDescription PlaceDescription.media(SourceDescription media)
           
 PlaceDescription PlaceDescription.media(SourceReference media)
           
 PlaceDescription PlaceDescription.name(String name)
          Build out this description with a name.
 PlaceDescription PlaceDescription.name(TextValue name)
          Build out this description with a name.
 PlaceDescription PlaceDescription.note(Note note)
           
 PlaceDescription PlaceDescription.place(ResourceReference place)
          Build out this place description with a place.
 PlaceDescription PlaceDescription.sortKey(String sortKey)
           
 PlaceDescription PlaceDescription.source(SourceDescription source)
           
 PlaceDescription PlaceDescription.source(SourceReference sourceReference)
           
 PlaceDescription PlaceDescription.spatialDescription(ResourceReference spatialDescription)
          Build out this place description with a spacial description.
 PlaceDescription PlaceDescription.temporalDescription(Date temporalDescription)
          Build out this place description with a temporal description.
 PlaceDescription PlaceDescription.type(URI type)
          Build out this place description with a type.
 

Methods in org.gedcomx.conclusion with parameters of type PlaceDescription
 PlaceReference PlaceReference.description(PlaceDescription description)
          Build out this place reference with a reference to a place description.
 void PlaceDescription.embed(PlaceDescription place)
          Embed another place.
 PlaceDescription PlaceDescription.evidence(PlaceDescription evidence)
           
 

Uses of PlaceDescription in org.gedcomx.rt
 

Methods in org.gedcomx.rt with parameters of type PlaceDescription
 void GedcomxModelVisitorBase.visitPlaceDescription(PlaceDescription place)
           
 void GedcomxModelVisitor.visitPlaceDescription(PlaceDescription place)
           
 void GedcomxLocalReferenceResolver.visitPlaceDescription(PlaceDescription place)
           
 

Uses of PlaceDescription in org.gedcomx.util
 

Methods in org.gedcomx.util that return PlaceDescription
 PlaceDescription DocMap.getPlaceDescription(PlaceReference placeReference)
          Find the PlaceDescription with the given PlaceReference.
 PlaceDescription DocMap.getPlaceDescription(String idOrUri)
          Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.
 PlaceDescription DocMap.getPlaceDescription(URI placeDescriptionUri)
          Find the PlaceDescription with the given local id (or "#" + local id) or the given URI.
 

Methods in org.gedcomx.util that return types with arguments of type PlaceDescription
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.
 



Copyright © 2015. All rights reserved.