public class VCardGeographicalRecordset extends VCardRecordset
Represents a set of Geographical vCard records. These properties are concerned with information associated with geographical positions or regions associated with the object the vCard represents.
Learn more
Modifier and Type | Method and Description |
---|---|
VCardTextRecord[] |
getGeographicPositionRecords()
Gets the information related to the global positioning of the object.
|
String[] |
getGeographicPositions()
Gets the information related to the global positioning of the object.
|
VCardTextRecord[] |
getTimeZoneRecords()
Gets the time zones of the object.
|
String[] |
getTimeZones()
Gets the time zones of the object.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final VCardTextRecord[] getTimeZoneRecords()
Gets the time zones of the object.
public final String[] getTimeZones()
Gets the time zones of the object.
TimeZoneRecords
.
public final VCardTextRecord[] getGeographicPositionRecords()
Gets the information related to the global positioning of the object.
public final String[] getGeographicPositions()
Gets the information related to the global positioning of the object.
GeographicPositionRecords
.