|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Geo | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of Geo in ezvcard |
|---|
| Methods in ezvcard that return Geo | |
|---|---|
Geo |
VCard.getGeo()
Gets the geographical position of where the person lives/works. |
Geo |
VCard.setGeo(double latitude,
double longitude)
Sets the geographical position of where the person lives/works. |
| Methods in ezvcard that return types with arguments of type Geo | |
|---|---|
List<Geo> |
VCard.getGeos()
Gets all instances of the geo property. |
| Methods in ezvcard with parameters of type Geo | |
|---|---|
void |
VCard.addGeo(Geo geo)
Adds a geographical position of where the person lives/works. |
void |
VCard.addGeoAlt(Geo... altRepresentations)
Adds a geographical position of where the person lives/works as a group of alternative representations (see: description of ALTID). |
void |
VCard.setGeo(Geo geo)
Sets the geographical position of where the person lives/works. |
| Method parameters in ezvcard with type arguments of type Geo | |
|---|---|
void |
VCard.addGeoAlt(Collection<Geo> altRepresentations)
Adds a geographical position of where the person lives/works as a group of alternative representations (see: description of ALTID). |
void |
VCard.setGeoAlt(Collection<Geo> altRepresentations)
Sets the geographical position of where the person lives/works as a group of alternative representations (see: description of ALTID). |
| Uses of Geo in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return Geo | |
|---|---|
protected Geo |
GeoScribe._parseHtml(HCardElement element,
List<String> warnings)
|
protected Geo |
GeoScribe._parseJson(JCardValue value,
VCardDataType dataType,
VCardParameters parameters,
List<String> warnings)
|
protected Geo |
GeoScribe._parseText(String value,
VCardDataType dataType,
VCardVersion version,
VCardParameters parameters,
List<String> warnings)
|
protected Geo |
GeoScribe._parseXml(XCardElement element,
VCardParameters parameters,
List<String> warnings)
|
| Methods in ezvcard.io.scribe with parameters of type Geo | |
|---|---|
protected JCardValue |
GeoScribe._writeJson(Geo property)
|
protected String |
GeoScribe._writeText(Geo property,
VCardVersion version)
|
protected void |
GeoScribe._writeXml(Geo property,
XCardElement parent)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||