| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.rt | |
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.util |
| Modifier and Type | Method and Description |
|---|---|
PlaceReference |
PlaceReference.description(PlaceDescription description)
Build out this place reference with a reference to a place description.
|
PlaceReference |
PlaceReference.description(URI ref)
Build out this place reference with a reference to a place description.
|
PlaceReference |
PlaceReference.field(Field field)
Build out this place reference with a field.
|
PlaceReference |
HasDateAndPlace.getPlace()
The place.
|
PlaceReference |
Fact.getPlace()
The place of applicability of this fact.
|
PlaceReference |
Event.getPlace()
The place of this event.
|
PlaceReference |
PlaceReference.normalized(String normalized)
Build out this place reference with an normalized string.
|
PlaceReference |
PlaceReference.original(String original)
Build out this place reference with an original string.
|
| Modifier and Type | Method and Description |
|---|---|
Fact |
Fact.place(PlaceReference place)
Build up this fact with a place.
|
Event |
Event.place(PlaceReference place)
Build up this event with a place.
|
void |
HasDateAndPlace.setPlace(PlaceReference place)
The place.
|
void |
Fact.setPlace(PlaceReference place)
The place of applicability of this fact.
|
void |
Event.setPlace(PlaceReference place)
The place of this event.
|
| Constructor and Description |
|---|
Event(EventType EventType,
Date date,
PlaceReference place)
Create a date/place event with the passed in type and values.
|
Fact(FactType factType,
Date date,
PlaceReference place)
Create a date/place fact with the passed in type and values.
|
Fact(FactType factType,
Date date,
PlaceReference place,
String value)
Create a date/place fact with the passed in type and values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GedcomxModelVisitorBase.visitPlaceReference(PlaceReference place) |
void |
GedcomxModelVisitor.visitPlaceReference(PlaceReference place) |
void |
GedcomxLocalReferenceResolver.visitPlaceReference(PlaceReference place) |
| Modifier and Type | Method and Description |
|---|---|
PlaceReference |
Coverage.getSpatial()
Spatial coverage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Coverage.setSpatial(PlaceReference spatial)
Spatial coverage.
|
Coverage |
Coverage.spatial(PlaceReference spatial)
Build out this coverage with spatial coverage.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceDescription |
DocMap.getPlaceDescription(PlaceReference placeReference)
Find the PlaceDescription with the given PlaceReference.
|
Copyright © 2016. All rights reserved.