com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class VCardGeographicalRecordset

  • All Implemented Interfaces:
    Iterable<MetadataProperty>


    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

    • Method Detail

      • getTimeZoneRecords

        public final VCardTextRecord[] getTimeZoneRecords()

        Gets the time zones of the object.

        Returns:
        The time zones of the object.
      • getTimeZones

        public final String[] getTimeZones()

        Gets the time zones of the object.

        Returns:
        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:
        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:
        The information related to the global positioning of the object.


        This property is a simplified version of GeographicPositionRecords.