Class FixedLocationProperties

    • Constructor Detail

      • FixedLocationProperties

        public FixedLocationProperties()
        Default constructor
      • FixedLocationProperties

        public FixedLocationProperties​(FixedLocationProperties template)
        Copy/clone constructor
        Parameters:
        template - object to copy
    • Method Detail

      • getCoordinates

        public String getCoordinates()
        Return the position of the location.
        Returns:
        string coordinates
      • setCoordinates

        public void setCoordinates​(String coordinates)
        Set up the position of the location.
        Parameters:
        coordinates - string coordinates
      • getMapProjection

        public String getMapProjection()
        Return the map projection used to define the coordinates.
        Returns:
        name
      • setMapProjection

        public void setMapProjection​(String mapProjection)
        Set up the map projection used to define the coordinates.
        Parameters:
        mapProjection - name
      • getPostalAddress

        public String getPostalAddress()
        Return the postal address of the location (if appropriate).
        Returns:
        address
      • setPostalAddress

        public void setPostalAddress​(String postalAddress)
        Set up the postal address of the location (if appropriate).
        Parameters:
        postalAddress - address
      • getTimeZone

        public String getTimeZone()
        Return the time zone for the location.
        Returns:
        timezone identifier
      • setTimeZone

        public void setTimeZone​(String timeZone)
        Set up the time zone for the location.
        Parameters:
        timeZone - timezone identifier
      • equals

        public boolean equals​(Object objectToCompare)
        Return comparison result based on the content of the properties.
        Overrides:
        equals in class ClassificationProperties
        Parameters:
        objectToCompare - test object
        Returns:
        result of comparison