VCardGeographicalRecordset

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecordset

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

Methods

Method Description
getTimeZoneRecords() Gets the time zones of the object.
getTimeZones() Gets the time zones of the object.
getGeographicPositionRecords() Gets the information related to the global positioning of the object.
getGeographicPositions() Gets the information related to the global positioning of the object.

getTimeZoneRecords()

public final VCardTextRecord[] getTimeZoneRecords()

Gets the time zones of the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The time zones of the object.

getTimeZones()

public final String[] getTimeZones()

Gets the time zones of the object.

Returns: java.lang.String[] - The time zones of the object.


This property is a simplified version of TimeZoneRecords .

getGeographicPositionRecords()

public final VCardTextRecord[] getGeographicPositionRecords()

Gets the information related to the global positioning of the object.

Returns: com.groupdocs.metadata.core.VCardTextRecord[] - The information related to the global positioning of the object.

getGeographicPositions()

public final String[] getGeographicPositions()

Gets the information related to the global positioning of the object.

Returns: java.lang.String[] - The information related to the global positioning of the object.


This property is a simplified version of GeographicPositionRecords .