Class MapObject

    • Constructor Detail

      • MapObject

        public MapObject​(LatLon coordinate,
                         java.lang.String key,
                         java.lang.String objPackage,
                         java.lang.String value,
                         long firstSeenTime,
                         long lastSeenTime,
                         long updatedTime)
    • Method Detail

      • getIcon

        public static javax.swing.ImageIcon getIcon​(java.lang.String objectTypeID)
        Parameters:
        objectTypeID - the String representing the type of map object. This ID can be retrieved via getValue() for any given MapObject.
        Returns:
        the icon, which represents the given objectTypeID
      • getPackage

        public java.lang.String getPackage()
      • getValue

        public java.lang.String getValue()