| 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 |
| Modifier and Type | Method and Description |
|---|---|
List<PlaceDescription> |
Gedcomx.getPlaces()
The places included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.addPlace(PlaceDescription place)
Add a place to the data set.
|
Gedcomx |
Gedcomx.place(PlaceDescription place)
Build this out with a place.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gedcomx.setPlaces(List<PlaceDescription> places)
The places included in this genealogical data set.
|
| Modifier and Type | Method and Description |
|---|---|
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.extensionElement(Object element) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitPlaceDescription(PlaceDescription place) |
void |
GedcomxModelVisitor.visitPlaceDescription(PlaceDescription place) |
void |
GedcomxLocalReferenceResolver.visitPlaceDescription(PlaceDescription place) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2016. All rights reserved.